-
Notifications
You must be signed in to change notification settings - Fork 34
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
Feat: Add ability to work with *.css files #131
Labels
Comments
elycruz
added a commit
that referenced
this issue
Jun 25, 2024
- Added *.css to default 'sass' module file importer's 'extension's list - Ensures the plugin can support *.css files. - Added docs, in main README, for 'include', and 'exclude' option.
Feature merged to main. |
elycruz
added a commit
that referenced
this issue
Jun 28, 2024
- Added some test fixtures for 'insert' feature.
elycruz
added a commit
that referenced
this issue
Jun 29, 2024
- Added additional test fixtures for 'insert' feature.
elycruz
added a commit
that referenced
this issue
Jun 30, 2024
- Added additional test fixtures for 'insert' feature.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the support of '.scss', and '.sass', files is hard coded into the plugin.
We need to allow users to work with any file extension they wish to via an
includes
field (a la'rollup-plugin-scss
), and or anextensions
field (or the like).#130 Is related to this and shows the problem from a use-case standpoint.
Acceptance Criteria
includes
, and/orextensions
field, where we can set the file extensions for files we want our plugin to operate on.The text was updated successfully, but these errors were encountered: