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 Jul 24, 2024. It is now read-only.
node-sass's watcher uses sass-graph with 'css' configured as an extension to parse (note: css files are not parsed when compiling via node-sass in non-watch mode)
sass-graph seems to have a bug when parsing certain CSS imports.
I suspect the solution would involve the following:
fix config options when calling sass-graph from the watcher to not parse CSS files