Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-sass
From: Takahiro Kambe
Date: 2011-12-17 16:28:52
Message id: 20111217152852.D4E7B175DD@cvs.netbsd.org
Log Message:
Update www/ruby-sass to 3.1.12.
3.1.12
* Compatibility with the mathn library (thanks to Thomas Walpole).
* Fix some infinite loops with mixins that were previously uncaught.
* Catch infinite @import loops.
* Fix a deprecation warning in sass --update and --watch (thanks to Marcel
Köppen).
* Donât make $important a special pre-initialized variable.
* Fix exponential parsing time of certain complex property values and
selectors.
* Properly merge @media directives with comma-separated queries.
E.g.
@media foo, bar { @media baz { ... } } now becomes
@media foo and baz, bar and baz { ... }.
Files: