Skip to content
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

Closed
1 task done
elycruz opened this issue May 29, 2024 · 1 comment
Closed
1 task done

Feat: Add ability to work with *.css files #131

elycruz opened this issue May 29, 2024 · 1 comment

Comments

@elycruz
Copy link
Owner

elycruz commented May 29, 2024

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 an extensions field (or the like).

#130 Is related to this and shows the problem from a use-case standpoint.

Acceptance Criteria

  • Support an includes, and/or extensions field, where we can set the file extensions for files we want our plugin to operate on.
@elycruz elycruz assigned elycruz and unassigned elycruz May 29, 2024
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.
elycruz added a commit that referenced this issue Jun 25, 2024
issue-#131 - *.css files support
elycruz added a commit that referenced this issue Jun 25, 2024
- Ran 'npm audit --fix'.
elycruz added a commit that referenced this issue Jun 25, 2024
@elycruz
Copy link
Owner Author

elycruz commented Jun 25, 2024

Feature merged to main.

@elycruz elycruz closed this as completed Jun 25, 2024
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
Projects
None yet
Development

No branches or pull requests

1 participant