@bian
In main.js…
// === DEFAULT / CUSTOM STYLE ===
// WARNING! always comment out ONE of the two require() calls below.
// 1. use next line to activate CUSTOM STYLE (./src/themes)
require(./themes/app.${__THEME}.styl
)
// 2. or, use next line to activate DEFAULT QUASAR STYLE
// require(quasar/dist/quasar.${__THEME}.css
)
// ==============================
Use //1 for your own custom styles
or //2 for default styles
Don’t set the css manually yourself if you can avoid it. It’s easier to use the framework the way Razvan intends.
To do custom styles you set the stylus variables listed on this page: http://quasar-framework.org/api/css-stylus-variables.html
Set them in src/themes/app.variables.styl for global styles
Set them in src/themes/app.ios.styl for ios styles
Set them in src/themes/app.mat.styl for android styles (mat = material design)