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
With sccs, if the scss is imported for scss file from external librairies it does'nt work.
but if the sccs is inside html script tag, it is ok. If the sccs is imported from local files it is ok.
importing project relative scss (in src) is always ok.
importing external relative scss (in node_modules) is ok inside tag.
importing **external** relative scss (in node_modules) **in scss file** **NOK**.
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!
With sccs, if the scss is imported for scss file from external librairies it does'nt work.
but if the sccs is inside html script tag, it is ok. If the sccs is imported from local files it is ok.
Description with reproduction steps :
https://stackoverflow.com/questions/50758738/vue-cli-import-relative-scss-is-not-working-for-vendors-external-librairies
The text was updated successfully, but these errors were encountered: