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

Fix/issue #150/empty style files #153

Merged
merged 3 commits into from
Aug 18, 2024
Merged

Conversation

elycruz
Copy link
Owner

@elycruz elycruz commented Aug 18, 2024

Fixes #150 and removes partial support for css module imports (dart-sass/node-sass don't really support this feature so we're leaving it for other third-party plugins to support).

- Scaffolding for feature
  and tests.
- Cleaned up related fixtures.
- Updated 'watch' feature tests to also include
  'empty files' case promise test.
- Removed partial support for *.css
  file includes - whatever
  dart-sass/node-sass handles
  via their functionality will
  be handled by them.
@elycruz elycruz self-assigned this Aug 18, 2024
@elycruz elycruz merged commit 5863042 into main Aug 18, 2024
5 checks passed
@elycruz elycruz deleted the fix/issue-#150/empty_style_files branch August 18, 2024 21:28
@elycruz elycruz mentioned this pull request Aug 18, 2024
@marcalexiei marcalexiei mentioned this pull request Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: Ignore empty files
1 participant