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..
16 Respuestas
+ 5
cdn is available.
Anyways, this is what you want right?
https://code.sololearn.com/WKNQYtDaiK6q/?ref=app
+ 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>
+ 1
🔥🔥McKenney🔥🔥 ??
+ 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?
+ 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 ?
0
🔫 Rick Grimes this is one year old. Where do I get the latest cdn?
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?
0
getting error: Cannot read property 'innerHTML' of null. Pls help. Can't use it in vs code😭
0
What's does "innerHTML" have to do with sass
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...
0
🔥🔥McKenney🔥🔥 yeah but if there is react,redux, jQuery. Why not sass?
0
those are JS libraries, sass is a css preprocessor Sajid
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.
0
Sajid whoa!
0
VS Code has a built in Sass Compiler Extension. Highly recommend it. Click of a button and you’re good to go.