vscode-live-sass-compiler | Compile Sass or Scss file | Style Language library
kandi X-RAY | vscode-live-sass-compiler Summary
kandi X-RAY | vscode-live-sass-compiler Summary
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vscode-live-sass-compiler
vscode-live-sass-compiler Key Features
vscode-live-sass-compiler Examples and Code Snippets
Community Discussions
Trending Discussions on vscode-live-sass-compiler
QUESTION
I'm trying to get my sass (with @each) compiled into css. As stated in: Visual Studio Code SASS compiler , the original LIVE SASS COMPILER by ritwick is no longer supported. A new one by Glenn Marks (same name) has surfaced, which claims to be updated:
https://github.com/glenn2223/vscode-live-sass-compiler/tree/a1b058d5b1e875efe3b1cf424abd43d40a419540
However, upon compiling, I am getting, for this piece of SASS:
...ANSWER
Answered 2021-Oct-15 at 03:33I fixed it by:
1.- Disabling all the extensions (dartjs, live compiler)
2.- Installing sass manually using:
QUESTION
I'm using the 'Live Sass Compile' extension on Visual Studio Code.
What is the right path to connect css2.scss
to css2.js
?
ANSWER
Answered 2020-Oct-13 at 02:45Assuming that you want css2.scss to compile into the parent folder as css2.css
Try setting the savePath using the relative path notation like, and move one level up with ../
savePath: "~/../"
Note: It would be good to have all the scss in a separate folder, there are a few .scss file in parent css folder.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vscode-live-sass-compiler
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page