diff options
Diffstat (limited to '.quasar/app.styl')
| -rw-r--r-- | .quasar/app.styl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.quasar/app.styl b/.quasar/app.styl new file mode 100644 index 0000000..334b82a --- /dev/null +++ b/.quasar/app.styl @@ -0,0 +1,12 @@ +/** + * THIS FILE IS GENERATED AUTOMATICALLY. + * DO NOT EDIT. + * + * Edit /src/css/themes instead + **/ + +// First we load app's Stylus variables +@import '~quasar-app-variables' + +// Then we load Quasar stylus files +@import '~quasar-styl' |
