-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds SCSS #21
Adds SCSS #21
Conversation
…k which was correct but I was not expecting that on the test
This version doesn’t rebuild on OS X, Windows XP, 7, or 8. 💂♂️ It also restores the spaces that I deleted.
echaozh missing from contributors list
With this branch linked into Harp master, a basic SCSS file renders correctly to CSS. libsass found a binary with no trouble on OSX 10.9 and node |
This was merged in and taken care of a while ago:
|
This builds on @carlosrodriguez’s pull request. Uses the latest version of Node-sass to improve the install on OS X, Windows XP, 7 & 8, and then handles SCSS error messages.
Remaining issues aren’t really related to this:
@warn
and@debug
is simply output to the console, which is more related to: Handle module’s console output #16The tests need to be updated for the Windows changes, but I didn’t know what to do there.