We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make the symlink have an scss extension so SASS gets tricked into @importing a non-scss file.
scss
@import
See: http://stackoverflow.com/a/9144570/922323 & necolas/normalize.css#9 (comment)
The text was updated successfully, but these errors were encountered:
Booyah!
$ ln -s ../plugins/normalize-css/normalize.css _normalize.scss
Nice patch. :)
Sorry, something went wrong.
c27a8c9
mhulse
No branches or pull requests
Make the symlink have an
scss
extension so SASS gets tricked into@import
ing a non-scss file.See: http://stackoverflow.com/a/9144570/922323 & necolas/normalize.css#9 (comment)
The text was updated successfully, but these errors were encountered: