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

_base.scss - incorrect imports version 0.3.0 #19

Closed
juliemturner opened this issue Jun 14, 2021 · 1 comment
Closed

_base.scss - incorrect imports version 0.3.0 #19

juliemturner opened this issue Jun 14, 2021 · 1 comment

Comments

@juliemturner
Copy link
Collaborator

Version 0.3.0

Describe the bug
The _base.scss file includes the following imports:

@import '../sass/00-base/atoms/loading/progress';
@import '../sass/00-base/atoms/loading/shimmer';

These paths are incorrect but also, I believe the imports should be included in the _style.scss file instead where they are already correctly referenced, so I believe the fix is to remove them. Currently when importing _base.scss you get a build error because it cannot resolve the paths.

@StfBauer
Copy link
Contributor

Thank you for the heads-up that fixed the path issue and published v0.3.1

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