1cf8b15561
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 { ... }.
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/12/17 15:28:52 taca Exp $
|
|
|
|
DISTNAME= sass-3.1.12
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sass-lang.com/
|
|
COMMENT= powerful but elegant CSS compiler that makes CSS fun again
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-sass-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|