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

Refactor redundant SASS imports #18

Open
pokeghosst opened this issue Apr 5, 2024 · 0 comments
Open

Refactor redundant SASS imports #18

pokeghosst opened this issue Apr 5, 2024 · 0 comments
Assignees

Comments

@pokeghosst
Copy link
Owner

pokeghosst commented Apr 5, 2024

Example:

@import '../variables/color-variables';

It should be enough to import variables once in the main file.
https://stackoverflow.com/questions/17598996/sass-use-variables-across-multiple-files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant