n8design / htwoo

hTWOo - a better Fluent UI framework.
http://my.n8d.at/hTWOo
MIT License
91 stars 9 forks source link

_base.scss - incorrect imports version 0.3.0 #19

Closed juliemturner closed 3 years ago

juliemturner commented 3 years ago

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 commented 3 years ago

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