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

Add the ability to sort side-effect imports #6

Open
lfloyd117 opened this issue Dec 16, 2024 · 0 comments
Open

Add the ability to sort side-effect imports #6

lfloyd117 opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@lfloyd117
Copy link

Is your feature request related to a problem?
Yes, we import our partial stylesheets in the JS/TS as recommended by Embroider to leverage webpack's code splitting on our stylesheets. For this in components we use import './_style.scss';. We would really like to sort these to have consistent style/order across all our files.

Describe the solution you'd like
An option to enable sorting of side-effect imports or at least specific patterns of side-effect imports. As they are currently not sorted as per the docs.

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

No branches or pull requests

2 participants