You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
I get the following problem that I hope you can help me with. I want to use bourbon with my project. When I import the main sass file, I get the following exception:
system.src.js:122 Uncaught (in promise) Error: (SystemJS) Error: Invalid CSS after "3": expected "{", was ""
on line 37 of bourbon/bourbon/library/margin.scss
>> 3
^
Hi, thank for a great plugin.
I get the following problem that I hope you can help me with. I want to use bourbon with my project. When I import the main sass file, I get the following exception:
In order to reproduce the error, I have created a small sample application:
https://github.com/tjaartvdwalt/systemjs-sass-plugin-example
After some experimentation, it seems this error has to do with the fact that the file is UTF-8 encoded.