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 { ... }.
This commit is contained in:
parent
311a0dae41
commit
11e849fab7
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/12/16 13:57:15 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/12/17 15:28:52 taca Exp $
|
||||
|
||||
DISTNAME= sass-3.1.11
|
||||
DISTNAME= sass-3.1.12
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/12/16 13:57:15 taca Exp $
|
||||
$NetBSD: distinfo,v 1.4 2011/12/17 15:28:52 taca Exp $
|
||||
|
||||
SHA1 (sass-3.1.11.gem) = 409626158f9fcd813fb28281a0bd7457bd07479f
|
||||
RMD160 (sass-3.1.11.gem) = 1caa73c035bd52bc71541eb2401876b2745d32c8
|
||||
Size (sass-3.1.11.gem) = 215552 bytes
|
||||
SHA1 (sass-3.1.12.gem) = ec8729f3c1822b7bf67a26635db8396b35090523
|
||||
RMD160 (sass-3.1.12.gem) = e36ad5f7e5f5ff5320eba4b0d6cacfe6849a2e22
|
||||
Size (sass-3.1.12.gem) = 216576 bytes
|
||||
|
|
Loading…
Reference in a new issue