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
I'm specifically looking at _alert.scss, and if I am interested in changing the color for .alert-link, do I need to copy and paste that mixin into my custom.scss with my customization before the import statements? of course with that approach, I would need to omit from importing _alert.scss as well. If so, then I need some clarification on how to import.
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
-
Is there a guidance on how to customize a mixin?
I'm specifically looking at _alert.scss, and if I am interested in changing the color for .alert-link, do I need to copy and paste that mixin into my custom.scss with my customization before the import statements? of course with that approach, I would need to omit from importing _alert.scss as well. If so, then I need some clarification on how to import.
The only way I can figure out how to set up the import statements is like this:
Beta Was this translation helpful? Give feedback.
All reactions