Skip to content

Commit f19be2f

Browse files
bartduistersrstoenescu
authored andcommitted
Update sass-scss-variables.md (quasarframework#5244)
1 parent 4f56262 commit f19be2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/style/sass-scss-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If, however, you have a nested importing statement and the file from which you a
6363
Same is required for .sass/.scss files that are included from quasar.conf.js > css.
6464
6565
## Customizing
66-
If you want to customize the variables (or add your own) and your project does not yet has `src/css/quasar.variables.sass` (or `src/css/quasar.variables.scss`), create one of them yourself. It doesn't matter if you pick .sass or .scss as the extension for this file. **Having one of them will provide the variables to ALL your .sass AND .scss project files (including inside of .vue files).**
66+
If you want to customize the variables (or add your own) and your project does not yet have a `src/css/quasar.variables.sass` (or `src/css/quasar.variables.scss`) file, create one of them yourself. It doesn't matter if you pick .sass or .scss as the extension for this file. **Having one of them will provide the variables to ALL your .sass AND .scss project files (including inside of .vue files).**
6767
6868
You can freely override any of Quasar's variables (see next section) in those files. For convenience, if you picked Sass or SCSS when you created your Quasar project folder, these files initially contain only the brand color-related variables.
6969

0 commit comments

Comments
 (0)