this post was submitted on 02 Apr 2024
13 points (88.2% liked)

CSS

449 readers
6 users here now

founded 1 year ago
MODERATORS
13
CSS variables (gomakethings.com)
submitted 3 months ago by mac to c/css
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 months ago (2 children)

Sass is lovely. I love being able to split my CSS into multiple files in the same way I would split the rest of my code. It's really nice for making more maintainable CSS on larger projects.

My portfolio would've been hell to make without SASS helping with the organization.

[–] spartanatreyu 1 points 3 months ago

CSS can already be split into multiple files though.

So why not just use CSS?

[–] [email protected] 1 points 3 months ago

Sass is to CSS what jQuery is to Javascript.