What exactly is, SCSS?

I have been seeing it a lot…

I looked it up to no avail, what exactly is it? I would like to learn it based on what I have seen. It looks like CSS :slight_smile:

@RayhanADev (Cause I have seen you use this)

Its a frame work to help. I don’t know any more than that though since I don’t know SCSS and forgot all my Bootstrap another CSS framework

1 Like

Do you know where I can learn it?

2 Likes

youtube (: or follow the sass docs Sass: Sass Basics

1 Like

Thanks! I will now start my path to SCSS

Edit: How exactly do you install it to Replit (HTML/CSS/JS Repl)

Edit 2: Im reading the docs and wow! Nesting in CSS looks amazing with SCSS, this is super neat.

1 Like

I don’t think you can, as nixos is disabled on those repls, but on other ones can do pkgs.sass in replit.nix

1 Like

those repls use nix for the language servers (code intelligence). You’d just have to run sass .:. in shell every time and you won’t be able to do it automatically on run.
And to add, click 🗎 > ⋮ > Show hidden files to see replit.nix

1 Like