diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-01 20:08:31 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-01 20:08:31 -0400 |
| commit | e96f529b8555c923b95f9ab074d081004ad7dae6 (patch) | |
| tree | 052f17fd749b9678cf192cf7bbe3a24a1e3a3d08 /assets | |
| download | chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.tar.gz chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.tar.bz2 chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.zip | |
Inital commit
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/README.md | 7 | ||||
| -rw-r--r-- | assets/variables.scss | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 0000000..34766f9 --- /dev/null +++ b/assets/README.md @@ -0,0 +1,7 @@ +# ASSETS + +**This directory is not required, you can delete it if you don't want to use it.** + +This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. + +More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). diff --git a/assets/variables.scss b/assets/variables.scss new file mode 100644 index 0000000..f60e609 --- /dev/null +++ b/assets/variables.scss @@ -0,0 +1,4 @@ +// Ref: https://github.com/nuxt-community/vuetify-module#customvariables +// +// The variables you want to modify +// $font-size-root: 20px; |
