Commit 8f93bcb
authored
docs: include Vuetify SASS variables overriding (#288)
* Add documentation for Vuetify SAAS variable overriding
SAAS variable overriding was difficult to figure out how to configure using this module. Provide some sample documentation for how to get it to work.
* Fix a typo in sass-variables.md
* Fix SASS typos
For some reason my tired brain was thinking Software as a Service, rather than SASS. Replace them all.
* Swap comments for 'other options'
Use 'other options' verbiage instead of comment with ellipsis for clarity
* Move saas-variables.md to sass-modern-compiler.md
Per PR review, moving the contents of saas-variables.md (sic, sorry) to sass-modern-compiler.md as a sub-section.
* Delete docs/guide/saas-variables.md
* Add reference to SASS Modern Compiler in Server Side Rendering
Reference SASS Modern Compiler sub-section in Server Side Rendering doc
* Make SSR link to modern SASS vars relative
* Update SASS Modern Compiler doc title
* Make server side rendering reference to overriding sass variables more clear
* Change main.scss note to a tip for clarity
* Use backwards-compatible path syntax
* Use globals.scss for Vuetify override and clarify tip
* Update styles paths to be more standards compliant
* Add example link to component-level sass overrides
* Reword step 5 for clarity
* Update file header to SASS customization
* Update left-panel option name for clarity
* Update forgotten '@/' in nuxt config file
* Rename sass-modern-compiler to sass-customization and update link path
* Update broken link reference
* Add link to global sass variable index
* Make settings.scss code styled
* Change settings.scss to components.scss1 parent ca42a7a commit 8f93bcb
File tree
4 files changed
+74
-11
lines changed- docs
- .vitepress
- guide
4 files changed
+74
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments