You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin throws an error that it cannot find common.mixins because it treats .mixins as an extension.
I decided to fix it myself, please check my PR 😃 #167
The text was updated successfully, but these errors were encountered:
olte36
changed the title
Fix import of sass files without extension containing miltiple dots like app.component.scss
Fix import of sass files without extension containing multiple dots (like common.mixins.scss)
Feb 3, 2024
olte36
changed the title
Fix import of sass files without extension containing multiple dots (like common.mixins.scss)
Import of sass files without extension containing multiple dots (like common.mixins.scss)
Feb 3, 2024
Hello,
I've found an issue, when a sass file imports another sass file without
.scss
or other extension and it has multiple dots in its name likeThe plugin throws an error that it cannot find
common.mixins
because it treats.mixins
as an extension.I decided to fix it myself, please check my PR 😃
#167
The text was updated successfully, but these errors were encountered: