-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Software version
Quasar: 0.14.4
OS: Linux
Node: 6.11.3
NPM: 5.4.2
Browsers: Chrome, FF, IE, ...
iOS: Not tested
Android:
Any other software related to your bug:
What did you get as the error?
Color's classes are not there after building.
What were you expecting?
Color's classes to be there :o)
What steps did you take, to get the error?
Simple scenario :
quasar init toto
Modify the Hello.vue to add class "bg-orange-3" to the
<q-toolbar-title class="bg-orange-3>
npm run dev => Everything is OK, I have my ugly orange in the nice toolbar
npm run build + run via any http server => **NOT OK, My ugly orange is not there **
I inspected the css file generated by the build => There no class named "orange-3" or "bg-orange-3"...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels