Suggested way to override default-theme SCSS file? #155
selected-pixel-jameson
started this conversation in
General
Replies: 1 comment
-
Styles in If you want your global styles to be implemented in other layouts, consider importing it in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm extending the default theme, but will have lots of Global CSS that I need to implement along with it. Some of it will override the default-themes CSS files. Some of it will be new additional CSS.
Would I just create CSS / SCSS files within the theme folder and reference those in the Layout.vue file that is extending the default-theme?
Beta Was this translation helpful? Give feedback.
All reactions