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
Currently (v4), the @use rule is used to import the theme. This makes it impossible to load the theme twice with different variables so two themes are present in the output CSS file.
It would be nice to do so because I have had to build multiple websites with completely different carousels.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently (v4), the
@use
rule is used to import the theme. This makes it impossible to load the theme twice with different variables so two themes are present in the output CSS file.It would be nice to do so because I have had to build multiple websites with completely different carousels.
If mixins were used, it would be possible to:
Currently, the following error will be shown:
Beta Was this translation helpful? Give feedback.
All reactions