How to convert sass code into css code ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

How to convert sass code into css code ?

Have any editor for converting these processes.

13th Apr 2019, 6:18 AM
Mithlesh Arya
Mithlesh Arya - avatar
10 Réponses
+ 11
If u will open dev tools in chrome and then, select any html element, u can see the css applied to it.. Some csd will be just beacuse of the tag used while other css will be inherited or applied using sass.
13th Apr 2019, 7:16 AM
Arushi Singhania
Arushi Singhania - avatar
+ 10
If u will type saas code and then in chrome dev tools, if u will see compiled css, you can easily get sass to css...
13th Apr 2019, 6:24 AM
Arushi Singhania
Arushi Singhania - avatar
+ 4
VSCode has a extension called live sass compiler.You can use that or use this program https://scout-app.io
13th Apr 2019, 7:32 AM
xyz$
+ 4
Use visual studio code and use the extension called "live sass compiler" .....and when you save sass file , a compiled css file is created.....
19th Apr 2019, 1:01 AM
Thanigai Velan
Thanigai Velan - avatar
+ 3
But how we can find compilation on chrome...
13th Apr 2019, 6:59 AM
Mithlesh Arya
Mithlesh Arya - avatar
+ 3
Or you can automate sass to css compilation using gulp
13th Apr 2019, 7:28 AM
BiswaViraj
BiswaViraj - avatar
+ 2
You can also use codepen.io to convert sass to css
13th Apr 2019, 7:26 AM
BiswaViraj
BiswaViraj - avatar
+ 2
Now It's old question bro Abhishek Singh, I know it's easier for me.... thanks you for suggest me.
16th Jun 2020, 3:47 AM
Mithlesh Arya
Mithlesh Arya - avatar
+ 1
There are many ways to convert sass code to css like by installing ide extension, libSass preprocessor and converting it online at https://www.ubercompute.com/sass-to-css
16th Jun 2020, 3:27 AM
Abhishek Singh
Abhishek Singh - avatar
0
Which is the best , vs code , npm or gulp
4th Sep 2020, 1:53 AM
C Emmanuel Onyema
C Emmanuel Onyema - avatar