Theme with variables.scss
naor10 opened this issue · 1 comments
naor10 commented
Hi,
How can I customize the app by using src/theme/variables.scss file?
I have created and imported that file, but had no affect.
Thanks,
Naor.
michaeltintiuc commented
The file you are referring to is not used by ionic-vue-examples you'd have to implement it yourself, you're probably coming from https://ionic-4-full-starter-app-docs.ionicthemes.com/theming.
You'd have to include any SCSS files into your build pipeline and make sure to include them in your source files.