mhulse / rex

On, Wildfire, on!
http://mhulse.github.io/rex/demo/
Apache License 2.0
4 stars 0 forks source link

Symbolic link from scss folder to normalize #61

Closed mhulse closed 11 years ago

mhulse commented 11 years ago

Make the symlink have an scss extension so SASS gets tricked into @importing a non-scss file.

See: http://stackoverflow.com/a/9144570/922323 & https://github.com/necolas/normalize.css/pull/9#issuecomment-17790084

mhulse commented 11 years ago

Booyah!

$ ln -s ../plugins/normalize-css/normalize.css _normalize.scss

Nice patch. :)