-
-
Notifications
You must be signed in to change notification settings - Fork 497
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
add grunt task that copies the final css to scss file #449
Conversation
Current coverage is 100% (diff: 100%)@@ master #449 diff @@
====================================
Files 1 1
Lines 906 906
Methods 0 0
Messages 0 0
Branches 0 0
====================================
Hits 906 906
Misses 0 0
Partials 0 0
|
Thanks for contributing this. |
Thanks, Can you bump the version? |
Done -> 5.8.3 |
Maybe we can just rename the scss file so there will be no conflict. Importing raw CSS didn't work for me. |
Are you using a recent version of SASS like explain in the linked issue? |
Yes. It doesn't work.. I'm using grunt-contrib-compass
|
It seems that you are missing the .css part of your file pat, don't you? |
No, if you add the .css suffix then it just transform it to |
I know that you don't want to maintain two codebases. With this solution, you won't have to.
We need a way to import the final css in our scss file and currently importing css is not supported.