Best way to use sass without downloading or installing anything. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Best way to use sass without downloading or installing anything.

I want to use sass but couldn't find any cdn. I also don't want to download or install node or sass. Help..

21st May 2020, 2:08 PM
Sajid
Sajid - avatar
16 Answers
+ 5
cdn is available. Anyways, this is what you want right? https://code.sololearn.com/WKNQYtDaiK6q/?ref=app
21st May 2020, 2:28 PM
Raj Chhatrala
Raj Chhatrala - avatar
+ 3
Sajid, don't worry about why that style tag is commented. You just have to write it like this <style type="sass"> /*SASS code*/ </style>
21st May 2020, 3:06 PM
Raj Chhatrala
Raj Chhatrala - avatar
21st May 2020, 6:53 PM
Sajid
Sajid - avatar
+ 1
🔫 Rick Grimes it's working now. But it only worked when I used it inside html using style tag. I was trying to have the sass code inside another file. Is it possible?
22nd May 2020, 12:22 PM
Sajid
Sajid - avatar
+ 1
Danny Parker yeah I know that but I still need a cdn. Because, I mostly code on my tablet. Because, I can't sit in front of my laptop 10-12 hours. Do you know how to access css from a css file in js file ?
22nd May 2020, 5:05 PM
Sajid
Sajid - avatar
0
🔫 Rick Grimes this is one year old. Where do I get the latest cdn?
21st May 2020, 2:37 PM
Sajid
Sajid - avatar
0
🔫 Rick Grimes why is the top line commented in the css part? How do I use his code in vs code? What should I write in the link tag?
21st May 2020, 2:57 PM
Sajid
Sajid - avatar
0
getting error: Cannot read property 'innerHTML' of null. Pls help. Can't use it in vs code😭
21st May 2020, 3:29 PM
Sajid
Sajid - avatar
0
What's does "innerHTML" have to do with sass
21st May 2020, 5:49 PM
🔥🔥McKenney🔥🔥
🔥🔥McKenney🔥🔥 - avatar
0
It's good to find our way around things as a developer, but not to this extreme, you want sass you work without some: command line stuff? no ruby sass stuff? Your browser doesn't understand sass code, it has to compile to css...
21st May 2020, 5:57 PM
🔥🔥McKenney🔥🔥
🔥🔥McKenney🔥🔥 - avatar
0
🔥🔥McKenney🔥🔥 yeah but if there is react,redux, jQuery. Why not sass?
21st May 2020, 6:33 PM
Sajid
Sajid - avatar
0
those are JS libraries, sass is a css preprocessor Sajid
21st May 2020, 6:44 PM
🔥🔥McKenney🔥🔥
🔥🔥McKenney🔥🔥 - avatar
0
🔥🔥McKenney🔥🔥 Yeah I know. But can you check the code shared by 🔫 Rick Grimes and see how to implement this in vs code. It would be really helpful.
21st May 2020, 6:50 PM
Sajid
Sajid - avatar
0
Sajid whoa!
21st May 2020, 6:52 PM
🔥🔥McKenney🔥🔥
🔥🔥McKenney🔥🔥 - avatar
0
VS Code has a built in Sass Compiler Extension. Highly recommend it. Click of a button and you’re good to go.
22nd May 2020, 4:53 PM
Danny Parker
Danny Parker - avatar