partials compiled despite settings.partialsList
See original GitHub issuehi all!
saving my “_variables.scss” file, the “main.scss” file (wich imports the partial) is correctly compiled to its “main.css” file, however a “_variables.css” is compiled as well, even though the
/Users/ME/Library/Application Support/Code/User/settings.json says:
"liveSassCompile.settings.partialsList":[ "/**/_*.s[ac]ss" ],
am i doing something wrong?
(i’m on a mac with ventura 13.0.1, i see no .vscode in the project root)
thanx!
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Mixin partial and variables partial not detected when scss is ...
scss partials do not seem to be picked up when I compile my Sass files. My _globals.scss and _header.scss are picked up fine,...
Read more >Changing partial scss file does not auto-recompile main scss file
My issue is that when I make changes in a partial scss file ( example: _partial. scss ), it does not recompile the...
Read more >Working with partials | Sass and Compass Designer's Cookbook
Partials are special Sass files that can be imported in your project, but the partials themselves are not compiled into CSS.
Read more >The hidden power of Handlebars partials - Cloud Four
I was recently working on a small project with only a handful of static pages. Because it was small, we started without a...
Read more >Partial Recompilation, how? - TeX - LaTeX Stack Exchange
As a workaround what can be done though is to start the compilation with LaTeX up to the point of the current cursor...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No problem, just glad your solution is working now. Let me know if you need anything else 😁
ok, now everything works fine, don’t know if i found the problem, but here we go: found out i had the old extension by ritwick dey installed, it is marked as deprecated and i couldn’t remove it:
i ended up removing the extension folder from
/Users/ME/.vscode/extensions/
, it does still appearing but now you’re compiler is working like charm. will investigate further about the problem with vscode.sorry if i messed up and thank you very much for supporting me!