diff options
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; |
