create an empty theme
-
hi, I can not find information, how to create an empty theme for the default mat
i add in src/css/themes aff.demo.styl and quasar dev -t demo error: app:ensure-argv️ Unknown theme “demo”
-
Quasar’s “-t” option for the “dev” command in 0.17 was for switching between the two available themes. Material or iOS. It wasn’t built to offer a blank theme to customize with. The component system offers the customization for theming, by overriding the “styles” given.
In fact v1.0, the “-t” option is no longer available, since v1.0 only supports a Material theme, which is also customizable over the component system.
Scott
-
thank, just a lot of extra css