Quasar: change primary styles

Created on 5 Mar 2017  路  2Comments  路  Source: quasarframework/quasar

so i ran these commands

$ npm install -g quasar-cli
$ quasar dev

i then changed the title in /src/components/Index.vue and that live reloaded,
i then changed the color $primary = #6e3124 in /src/themes/app.variables.stylus, color change did not live reload and then after quiting the dev server, to run quasar build, changes did not build.

no error from the cli was given.

Most helpful comment

Enable custom theme. Check head of src/main.js

All 2 comments

Enable custom theme. Check head of src/main.js

cheers should have just read the head of the app.varibles.stylus

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mesqueeb picture mesqueeb  路  3Comments

xereda picture xereda  路  3Comments

green-mike picture green-mike  路  3Comments

jean-moldovan picture jean-moldovan  路  3Comments

tombarfoot picture tombarfoot  路  3Comments