We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be34b0 commit 3329fe2Copy full SHA for 3329fe2
src/core/sass.ts
@@ -136,7 +136,7 @@ export async function compileSass(
136
'// quarto-scss-analysis-annotation { "origin": "\'mixins\' section from Quarto" }',
137
...quartoMixins,
138
'// quarto-scss-analysis-annotation { "origin": "\'mixins\' section from user-defined SCSS" }',
139
- ...userMixins,
+ userMixins,
140
'// quarto-scss-analysis-annotation { "origin": "\'rules\' section from format" }',
141
...frameworkRules,
142
'// quarto-scss-analysis-annotation { "origin": "\'rules\' section from Quarto" }',
0 commit comments