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
Currently (with #131 ) the plugin supports *.css files (by adding inclusion of them (via option include)), however it might be cumbersome to have to specify you want to support *.css files, in given projects, due to possibly not remembering that you have to specify support for *.css file extension.
Acceptance Criteria
Add **/*.css in the plugins defaultIncludes array.
Unit tests showing a working example.
The text was updated successfully, but these errors were encountered:
We're not going to attempt to support *.css to *.css compilation for now as 'dart-sass', and other sass-only compilers don't directly support css imports (@import url('...*.css') - We're leaving this functionality to other plugins/libraries to handle.
Currently (with #131 ) the plugin supports
*.css
files (by adding inclusion of them (via optioninclude
)), however it might be cumbersome to have to specify you want to support *.css files, in given projects, due to possibly not remembering that you have to specify support for*.css
file extension.Acceptance Criteria
**/*.css
in the pluginsdefaultIncludes
array.The text was updated successfully, but these errors were encountered: