Commit Graph

2611 Commits

Author SHA1 Message Date
Chris Eppstein
f27e184c7f [Core] The compass configuration class is no longer a singleton. This allows other projects to manage multiple compass projects by creating multiple configurations within the same ruby process. 2009-08-29 13:20:31 -07:00
Chris Eppstein
1a9156c010 [Extensions] Compass extensions can now deliver html into a compass project which can be authored in haml if they prefer. 2009-08-29 13:20:31 -07:00
Chris Eppstein
f8834532ce Added missing class in the semantic blueprint example. 2009-08-29 13:20:31 -07:00
Jacques Crocker
73158b4c3e #36 Retain existing Merb::Plugins.config[:sass][:template_location] settings when setting Sass::Plugin.options[:template_location] with Compass defined paths 2009-08-29 13:20:31 -07:00
Jacques Crocker
4ffa08cc42 Fixing Merb Integration (use Merb::Plugins.config instead of Merb::Config) 2009-08-29 13:20:31 -07:00
Chris Eppstein
3681187e6c Just do a simple require for sass, haml-edge will have to be loaded by the user explicitly if they want that.
Fall back to loading rubygems to load sass if it cannot be loaded.
2009-08-29 13:20:31 -07:00
Chris Eppstein
d7636bae4d [Compass Core] Use the elements_of_type() helper function to enumerate the elements of a particular display type. No functional change. 2009-08-29 13:20:30 -07:00
Eric Meyer
6870d21814 css3 and inline-block patches 2009-08-29 13:20:30 -07:00
Chris Eppstein
2eba93858b [Compass Core] Extract css3 compatibility mixins from the general module
to the new compass/utilities/css3 module. If you were explicitly importing
compass/utilities/general, compass/utilities/general/inline_block or
compass/utilities/general/opacity to access the opacity or
inline-block mixins, you'll need to update your imports.
2009-08-29 13:20:29 -07:00
Brandon Mathis
0d3e5fb301 new rounded corners mixin makes rounded corners easy (for browsers that support them) and allows rounding all corners, corners on one side, or single corners.
changed rounded corners mixin to border radius mixin, and changed the functions to match the border-radius CSS3 standard
2009-08-29 13:20:11 -07:00
Brandon Mathis
851f001756 the sprite mixin now has new functions which enable style grouping and require fewer arguments for non-default cases 2009-08-29 13:19:36 -07:00
Chris Eppstein
48c7d45c30 [Compass Core] A new helper function stylesheet_url(path) can now be used to refer to assets that are relative to the css directory. 2009-08-29 13:19:36 -07:00
Chris Eppstein
bbe8366350 [Configuration] A more logical and consistent approach to http path locations. 2009-08-29 13:19:36 -07:00
Chris Eppstein
390674ba83 [Configuration] [Command Line] Whether to generate relative links to assets is now controlled by a separate configuration flag and can be set via a command-line switch. 2009-08-29 13:19:36 -07:00
Chris Eppstein
74141399af [Compass Core] +opaque and +transparent mixins for convenience. Built on top of the opacity mixin. 2009-08-29 13:19:35 -07:00
Chris Eppstein
4abb59e98a Set the edge version. 2009-08-29 13:19:35 -07:00
Brandon Mathis
31bdbe815b [Compass Core] New mixin: +opacity(amount). Provides cross-browser css opacity.
Amount should be between 0 and 1, where 0 is transparent and 1 is opaque.
2009-08-29 12:29:02 -07:00
Chris Eppstein
dafbd88588 Fixed some incorrect logic around the deprecation warning for the +blueprint mixin and eliminated the deprecation warnings for the examples. 2009-08-29 12:26:36 -07:00
Chris Eppstein
24d4ff4146 [Blueprint] Make the primary blueprint mixins easier to use by allowing them to be nested when passing true as the first argument.
The old approach of passing a selector as the first argument is now deprecated in favor of a simple flag to indicate nesting or not.
2009-08-29 12:26:36 -07:00
Chris Eppstein
d40f72acbb Try to trigger a build. 2009-08-27 20:08:06 -07:00
Chris Eppstein
e300292828 Regenerated gemspec for version 0.8.12 2009-08-22 08:39:07 -07:00
Chris Eppstein
a6679da7dc Record current revision for release. 2009-08-22 08:39:06 -07:00
Chris Eppstein
ef49c8b2a6 Get the changelog version right. 2009-08-22 08:37:37 -07:00
Chris Eppstein
6d6573a972 Version bump to 0.8.12 2009-08-22 08:36:07 -07:00
Chris Eppstein
8f45eaabe9 Merge branch 'temp2'
* temp2:
  Record current revision for release.
  Updated the CHANGELOG for the 0.8.11 release.
  Version bump to 0.8.11
  [Compass Core] Bug fix to sprites: fixed width and height assignments for x and y position variables
  Fix build failure in the RunCodeRun environment.
  Ruby 1.9.1 fix: binding for parse_string
  [Rails] [Closes #32] Don't suggest creating a stylesheet link to partials.
2009-08-22 08:34:10 -07:00
Chris Eppstein
617782b7d2 Regenerated gemspec for version 0.8.11 2009-08-22 08:32:15 -07:00
Chris Eppstein
a4c656b82e Record current revision for release. 2009-08-22 08:32:15 -07:00
Chris Eppstein
fbda994479 Updated the CHANGELOG for the 0.8.11 release. 2009-08-22 08:31:56 -07:00
Chris Eppstein
c3ecd5ac4b Version bump to 0.8.11 2009-08-22 08:28:24 -07:00
Brandon Mathis
60ac9dba0e [Compass Core] Bug fix to sprites: fixed width and height assignments for x and y position variables 2009-08-22 08:25:39 -07:00
Chris Eppstein
7d47649248 Fix build failure in the RunCodeRun environment. 2009-08-22 08:25:39 -07:00
priit.mx.ee
c11be2eac6 Ruby 1.9.1 fix: binding for parse_string 2009-08-22 08:25:39 -07:00
Chris Eppstein
50aa936e02 [Rails] [Closes #32] Don't suggest creating a stylesheet link to partials. 2009-08-22 08:25:32 -07:00
Chris Eppstein
4276d34b80 Regenerated gemspec for version 0.8.10 2009-08-16 11:23:00 -07:00
Chris Eppstein
fa66c57ccf Record current revision for release. 2009-08-16 11:23:00 -07:00
Chris Eppstein
0492fc9969 Binary mode support for proper handling of binary files on Windows.
All images will now be installed using binary mode. Additionally, any file can
be installed in binary mode if the manifest specifies the option :binary => true
for that file.
2009-08-16 11:17:27 -07:00
Chris Eppstein
e6ea58fc3a Regenerated gemspec for version 0.8.9 2009-08-09 21:39:20 -07:00
Chris Eppstein
0f1edccf9c Record current revision for release. 2009-08-09 21:39:19 -07:00
Chris Eppstein
b502fcafaf Version bump to 0.8.9 2009-08-09 21:39:01 -07:00
Chris Eppstein
93e4b53e1c Updated CHANGELOG for 0.8.9 patch release. 2009-08-09 21:38:42 -07:00
Chris Eppstein
b5fc33a89a [Blueprint] Fixed a bug in the default blueprint stylesheet that caused invalid body selectors to be generated. 2009-08-09 20:24:04 -07:00
Chris Eppstein
4f2b378191 Regenerated gemspec for version 0.8.8 2009-07-21 11:36:52 -07:00
Chris Eppstein
1cca9b4682 Record current revision for release. 2009-07-21 11:36:51 -07:00
Chris Eppstein
6ae3f9ad06 Version bump to 0.8.8 2009-07-21 11:36:33 -07:00
Chris Eppstein
a34ec8380b Updated CHANGELOG for 0.8.8 release. 2009-07-21 11:35:10 -07:00
Chris Eppstein
4bfcef4f37 [YUI] Fixed a bug in yui grids where the .first div wouldn't get the right styles in some rare cases due to incorrect nesting. 2009-07-21 11:32:34 -07:00
Chris Eppstein
e277ed2cd3 [Compass Core] Fixed a bug in alternating_rows_and_columns. Improper nesting caused some styles to be improperly rendered. 2009-07-21 11:32:34 -07:00
Chris Eppstein
ca30bcbfee Added an example that show the inline form styling, and some blueprint display issues. 2009-07-21 11:32:34 -07:00
Chris Eppstein
f18a5c9bba Regenerated gemspec for version 0.8.7 2009-07-09 13:04:19 -07:00
Chris Eppstein
65425fe79e Record current revision for release. 2009-07-09 13:04:19 -07:00