caiobiodere / cordova-template-framework7-vue-webpack

Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Apache License 2.0
620 stars 154 forks source link

main.scss - not work #138

Closed VisualMafia closed 5 years ago

VisualMafia commented 5 years ago

Styles from this file do not work. Most likely, it needs to be connected separately?

VisualMafia commented 5 years ago

fix: add to main.vue

caiobiodere commented 5 years ago

You can also use putting the scss reference on main.js file like this:

import AppStyles from './assets/sass/main.scss'

main.js example

VisualMafia commented 5 years ago

yeah, thanks!