How to update SASS to alpha for use with COMPASS? -
i'm using compass (version 0.12.2) afaik automatically comes sass (version 2.9.2 media park) under ubuntu. in order being able use real source maps (since newer google chrome versions stopped supporting still current "debug_info" produced compass/sass in favour real source maps) i'd update sass version 3.3.0alpha can produce source maps.
do gem install sass -v '>=3.3.0alpha' --pre
, compass still work fine, or have wait updated version of compass comes 3.3 version of sass?
any hint welcome.
cheers, roman.
yes, can install sass command line.
then, run sass/compass sass --compass --sourcemap styles.scss:styles.css
`
Comments
Post a Comment