This commit is contained in:
Chris Eppstein 2011-11-14 15:58:21 -08:00
parent 1cd0c41c6f
commit 3bc39aae2b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
compass (0.12.alpha.0.64c21f6)
compass (0.12.alpha.1.1cd0c41)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)

View File

@ -23,7 +23,7 @@ The Documentation for the [latest preview release](http://beta.compass-style.org
* log sprite generation and removal to the console
* Added a new helper function `compass-env()` that returns the current compass environment (development, production)
* Added the ability to inline a sprite image by setting `$<map>-inline:true` before you call `@import`
* Removed `-khtml` prefixes by default you can still enable them but setting `$experimental-support-for-khtml:true;`
* Removed `-khtml` prefixes by default you can still enable them by setting `$experimental-support-for-khtml:true;`
* Improved rails 3.1 integration
* `true` and `false` are now valid sprite names
* Removed deprecated forms of the box-shadow, text-shadow, and transform