diff options
| author | Arne Schauf <git@asw.io> | 2018-03-03 01:06:44 +0100 |
|---|---|---|
| committer | Arne Schauf <git@asw.io> | 2018-03-03 01:08:55 +0100 |
| commit | 8769fc4dc19447f67a42eb941fb43ba7223772eb (patch) | |
| tree | 0a73daee2ede4cc1cdf515559429c9ba9fcc211c /.quasar/variables.styl | |
| download | parry-ui-8769fc4dc19447f67a42eb941fb43ba7223772eb.tar.gz parry-ui-8769fc4dc19447f67a42eb941fb43ba7223772eb.zip | |
upgrade quasar to latest version
Diffstat (limited to '.quasar/variables.styl')
| -rw-r--r-- | .quasar/variables.styl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.quasar/variables.styl b/.quasar/variables.styl new file mode 100644 index 0000000..63f29d9 --- /dev/null +++ b/.quasar/variables.styl @@ -0,0 +1,29 @@ +/** + * THIS FILE IS GENERATED AUTOMATICALLY. + * DO NOT EDIT. + * + * Edit /src/css/themes instead + **/ + +// Webpack alias "variables" points to this file. +// So you can import it in your app's *.vue files +// inside the <style> tag like below. +// +// NOTICE that you need lang="styl" +// +// <style lang="styl"> +// @import '~variables' +// ........ +// </style> + +// First we load app's Stylus variables +@import '~quasar-app-variables' + +// Then we load Quasar Stylus variables. +// Any variables defined in "app.variables.styl" +// will override Quasar's ones. +// +// NOTICE that we only import Core Quasar Variables +// like colors, media breakpoints, and so. +// No component variable will be included. +@import '~quasar-framework/dist/core.variables' |
