Skip to content

Color's classes not included when building app  #970

@sebastienroul

Description

@sebastienroul

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"...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions