It's been tricky but got there finally! Hello `:global` - Avoid using one global CSS file containing everything - Import the component SCSS file in a script tag from the component file to allow style scoping and including it only when used
4 lines
80 B
SCSS
4 lines
80 B
SCSS
// Tools
|
|
@import "variables";
|
|
@import "tools/mixins";
|
|
@import "tools/functions"; |