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
{{ message }}
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
scss/sass components:
Current problem is, that importing variables from e.g. the main module is not so easy.
(I'll provide a better description later)
My workaround at the moment is, including all scss files with a simple @import in the main.scss and keeping one single main.css include in the index.html
Questions are:
how to solve the importing variables problem?
or is the described workaround the way to go?
The text was updated successfully, but these errors were encountered:
scss/sass components:
Current problem is, that importing variables from e.g. the main module is not so easy.
(I'll provide a better description later)
My workaround at the moment is, including all scss files with a simple @import in the main.scss and keeping one single main.css include in the index.html
Questions are:
The text was updated successfully, but these errors were encountered: