Open kamk opened 3 years ago
I've copied flat theme's _styles.scss file to source/theme/<app_name>/scss according to this guide.
_styles.scss
source/theme/<app_name>/scss
After qx compile -D there's no change in the application's theme and both following files are the same:
qx compile -D
source/theme/<app_name>/css/custom.css
qx create -t mobile -I
compiled/source/resource/<app_name>/css/custom.css
qx compile
I've copied flat theme's
_styles.scss
file tosource/theme/<app_name>/scss
according to this guide.After
qx compile -D
there's no change in the application's theme and both following files are the same:source/theme/<app_name>/css/custom.css
- generated byqx create -t mobile -I
compiled/source/resource/<app_name>/css/custom.css
- result ofqx compile