Chris Eppstein
802bca6174
[Configuration] Allow additional sass options to be specified in the compass configuration using the sass_options property.
2009-06-27 13:05:30 -07:00
Chris Eppstein
047be06a0a
[Configuration] Allow additional import paths to be declared within the compass configuration.
2009-06-27 12:15:28 -07:00
Chris Eppstein
ec6c12092e
Test that serialization of configuration fails when using blocks.
2009-06-27 11:28:16 -07:00
Chris Eppstein
ef47f3dd9d
[Sass Extensions] Allow the asset host and cache busting strategies to be defined as part of the compass configuration. Closes #20 .
2009-06-26 12:23:43 -07:00
Chris Eppstein
885a85ed70
Formatting updates to the changelog.
2009-06-21 19:20:32 -07:00
Chris Eppstein
0d40287df7
Updated the CHANGELOG to prepare for the 0.8 release.
2009-06-21 12:14:49 -07:00
Chris Eppstein
99f608ee3a
More clear licensing. Closes #6 .
2009-06-21 03:32:40 -07:00
Chris Eppstein
255d48adc2
Added some missing images to the examples.
2009-06-21 02:36:04 -07:00
Chris Eppstein
11b6ea14c3
[Blueprint] A more complete starting blueprint configuration for new projects that follows compass best practices instead of matching blueprint css exactly.
2009-06-21 02:31:25 -07:00
Chris Eppstein
6348ea3e67
[Compass Internals] Don't emit a stylesheet link to partials when printing the installation results.
2009-06-21 02:24:39 -07:00
tdreyno
b84dd3031b
[Blueprint] Make sizing and borders configurable in forms.
2009-06-21 00:00:01 -07:00
tdreyno
0a0a14aab5
[Blueprint] Allow variable blueprint border widths and colors.
2009-06-21 00:00:01 -07:00
tdreyno
8b5379e864
[Blueprint] Comments in the fancy type module should be silent.
2009-06-20 23:59:56 -07:00
tdreyno
1f21d63091
[Compass Core] Initial css-sprite implementation.
2009-06-20 22:34:38 -07:00
Chris Eppstein
4533a00085
[Compass Core] More clear comments describing how to use the +replace-text mixin. Closes #16 .
2009-06-20 21:27:47 -07:00
Chris Eppstein
bda89ddefd
Merge commit 'wfarr/master' into edge
...
* commit 'wfarr/master':
Add deps.rip.
2009-06-20 20:52:48 -07:00
Chris Eppstein
27b821617a
[Compass Core] +reset-display mixin and Sass Extensions for appending selectors and enumerating the elements for a given display type.
2009-06-20 18:06:47 -07:00
Chris Eppstein
dc982841cf
[Compass Core] Added a +reset-html5 mixin that can be used to reset new HTML5 elements and add default rendering for them in browsers that do not support them.
...
Credit: http://jacobrask.net/blog/2009/html5-css-reset/
2009-06-20 17:22:22 -07:00
Noel Gomez
2126240a1a
[Compass Core] [Blueprint] The compass reset is now based on Eric Meyer's reset. The old compass/reset.sass was moved to blueprint/reset.sass -- the original source for it.
2009-06-20 17:16:13 -07:00
Enrico Bianco
63075f82db
[Blueprint] Upgrade to 0.9: Explicitly define image interpolation for IE so that images aren't jagged when resizing
2009-06-20 17:08:30 -07:00
Enrico Bianco
77f6e02c0e
[Blueprint] Upgrade to 0.9: Make IE conditional comments more configurable in project manifests
2009-06-20 15:52:36 -07:00
Enrico Bianco
56c745b939
[Blueprint] Upgrade to 0.9: Styles and mixins for inline forms, including fixes for IE6.
2009-06-20 15:52:36 -07:00
Enrico Bianco
4b33fae5e5
[Blueprint] Upgrade to 0.9: Fixed math for blueprint colborder
2009-06-20 15:52:36 -07:00
Enrico Bianco
45af89d4c7
[Blueprint] Upgrade to 0.9: Removed body margins from blueprint scaffolding by default.
...
The old body styles can be reinstated by mixing +blueprint-scaffolding-body into your body selector(s).
2009-06-20 15:52:36 -07:00
Chris Eppstein
4e7e51e2c5
[Rails] Require compass during plugin loading to avoid the wrong version of haml getting loaded first.
2009-06-20 15:10:00 -07:00
Chris Eppstein
8c9ebce494
[Rails] Don't unpack gems using sudo in the rails template.
2009-06-20 15:09:04 -07:00
Chris Eppstein
9170cac954
[Rails] Removed the compass logo from the installer.
2009-06-20 15:08:17 -07:00
Chris Eppstein
a6d9cd64c1
[Rails] Move the new rails compass installer under lib/compass/app_integration/rails.
2009-06-20 13:58:31 -07:00
Chris Eppstein
4c609f7764
Merge commit 'f6948d1d58818ef8babce8f8f9d775562d7cd7ef' into edge
...
* commit 'f6948d1d58818ef8babce8f8f9d775562d7cd7ef':
rails 2.3 compass installer template. makes installing and configuring compass a breeze.
2009-06-20 13:52:26 -07:00
Chris Eppstein
998168160b
[Rails] image_url() now integrates with the rails asset handling code when stylesheets are generated within the rails container.
...
This causes your rails configuration for cache busting and asset hosts
to be picked up when generating your stylesheets. Unfortunately, all
that code runs within the context of a controller, so the stylesheets
have to be generated during first request to use this functionality.
2009-06-20 12:29:31 -07:00
Chris Eppstein
ccc2823f00
[Unit Tests] More complex rails generator helper method, and a more simple one.
2009-06-20 12:29:30 -07:00
Chris Eppstein
1beab7853a
[Unit Tests] Allow the wait time to be configured as an option, default to less time.
2009-06-20 12:29:30 -07:00
Chris Eppstein
8a7c92a40d
[Unit Tests] Extracted rails tests to their own test suite.
2009-06-20 12:29:30 -07:00
Chris Eppstein
91832127a3
Add missing images to examples.
2009-06-20 12:29:30 -07:00
Chris Eppstein
732b885897
[Command Line] Missing an equals sign for conditional assignment.
2009-06-20 12:29:30 -07:00
Chris Eppstein
2b3b781c33
[Examples] Refactor the module and file loading for Sass Extensions and application integration. Fixed broken unit tests.
2009-06-20 12:29:14 -07:00
Chris Eppstein
f1832d07ab
[Compass Core] The image_url() sass function now adds timestamp invalidation to images to prevent them from being cached after changing.
2009-06-20 12:28:45 -07:00
Chris Eppstein
9f46524bde
Fixed a bug that caused the current revision to not be set from the REVISION file.
2009-06-20 12:28:27 -07:00
Will Farrington
56f36577c7
Add deps.rip.
2009-06-14 21:51:28 -04:00
Bjørn Arild Mæland
be5c0ff673
Added missing syntax to _tag_cloud.sass, fixes invalid CSS for :line-height
...
Signed-off-by: Chris Eppstein <chris@eppsteins.net>
2009-06-13 05:01:35 +08:00
Chris Eppstein
e844b6ade7
Regenerated gemspec for version 0.6.15
2009-06-05 10:47:50 -07:00
Chris Eppstein
ff183a46f2
Record current revision for release.
2009-06-05 10:47:50 -07:00
Chris Eppstein
6bfa7f6846
Version bump to 0.6.15
2009-06-05 10:47:50 -07:00
Chris Eppstein
0cf4430f5e
Record current revision for release.
2009-06-05 10:47:27 -07:00
Chris Eppstein
8738361908
Regenerated gemspec for version 0.6.14
2009-06-05 10:46:15 -07:00
Chris Eppstein
a0d81bf0e6
Record current revision for release.
2009-06-05 10:46:15 -07:00
Chris Eppstein
27b8a25f83
Some changes to keep the generated html and css from the examples out of the gemspec.
2009-06-05 10:44:57 -07:00
Chris Eppstein
6ab6707001
Converted html to haml in the examples for consistency.
2009-06-05 10:43:04 -07:00
Chris Eppstein
7a34f14018
Converted the logo html to haml.
2009-06-05 10:29:34 -07:00
Chris Eppstein
716960232c
Regenerated gemspec for version 0.6.14
2009-06-05 10:09:01 -07:00