Artifacts Gallery Guilds Search Wiki Login Register

Welcome, Guest. Please login or register. - Thinking of joining?
Autumn, 23 Sep 2026 - @910.67
Forum Activity: Three Stars Random | Recent Posts | Guild Recents
News: :ha: :pc: Hello Melonland! :pc: :happy: Guild Events: weekly zine jam 13: hope

+  MelonLand Forum
|-+  Da Web Revival
| |-+  ✁ ∙ Web Crafting
| | |-+  Is anybody still using CSS transpilers (e.g. SASS or LESS) in 2026


« previous next »
Pages: [1] Print Embed
Poll
Question: Are you still using CSS transpilation in 2026?
Yes, I'm still using SASS, LESS, or another CSS transpiler   -2 (28.6%)
No, I used to use one but I don't any more   -1 (14.3%)
No, I've never used a CSS transpiler   -2 (28.6%)
I don't even know what you're talking about; I came to this thread to learn!   -2 (28.6%)
Total Members Voted: 7

Author Topic: Is anybody still using CSS transpilers (e.g. SASS or LESS) in 2026  (Read 236 times)
Dan Q
Hero Member ⚓︎
*****
View Profile WWWArt


I have no idea what I am doing
⛺︎ My Room
RSS: RSS

Guild Memberships:
Artifacts:
Dan Q Cruisin'I DIDN'T meet Dan Q on Melonland!Visited on Melon's 10th Anniversary!
« on: Autumn, 19 Sep 2026 @635 » Toggle Font Embed

I did a new project recently and briefly considered using SASS, because I wanted to create a lot of CSS selectors that were very-similar to one another, for which a loop would have been ideal. But in the end I just used plain old CSS.

I used to love SASS. The ability to "nest" elements and to have variables and color manipulation functions was enormous. But nowadays... all of those things (in some fashion or another) are available natively in CSS. Mixins would still be useful, I guess, but they're not a compelling enough reason to me to switch back to SASS.

CSS has moved on. Like how 20 years ago jQuery appeared to fill the "gaps" in JavaScript (selecting elements by CSS expression, event bubbling, Ajax etc.) but eventually JavaScript evolved to the point where you nobody needs jQuery any more... I think we might now be well into the period at which nobody needs SASS any more. I still use it in a few places (my blog theme uses it to compile lots of little stylesheets into one big one, for example). But I don't use it for new projects any more.

What about you? Are you still using SASS/LESS/etc.? Did you ever?

Logged

https://danq.me/_q26t/badges/dan-q-88x31-lighter.gif https://danq.me/_q26t/badges/dan-q-88x31-peekaboo-scroller.gif https://beige-buttons.danq.dev/beige-buttons-88x31.gif https://embed-html.danq.dev/embed-html-88x31.gif

Artifact Swap: PolyamorousI met Dan Q on Melonland!Joined 2025!
ribose
Sr. Member ⚓︎
****
View Profile WWWArt


⚘ ⚘ ⚘ ⚘ ⚘
⛺︎ My Room
iMood: ribose
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
Visited on Melon's 10th Anniversary!Learning to swim!Fio the HamsterAmmoniteSee A Bug Summer 2025 ParticipantFirst 1000 Members!
« Reply #1 on: Autumn, 20 Sep 2026 @740 » Toggle Font Embed

i didn't vote in your poll, because none of the answers feel quite like they describe my experience. i started actively learning CSS in late 2022, so i'm used to CSS being able to do a lot on its own. i mostly learned by searching for answers to specific questions, instead of following any structured courses or guides, and none what i read brought up CSS transpilers at all. i remember that my first encounter with SASS was on codepen, when i was looking up examples of how to do something (but i forget what it was exactly). i thought the CSS looked weird, pasted it into my stylesheet anyway, realized it didn't work at all, then went back to look closer at the codepen where i saw the code was labeled SASS instead of CSS. :omg: i looked up what SASS was, found a SASS to CSS tool to convert the code into something usable to me, then went on my way.

so i've never used CSS transpilers for my own sites, but i have used them! only once, and pretty recently! earlier this year i got into writing userstyles for myself, and then into writing more easily customizable versions to share with others (the stylus broswer extension provides a little menu for configuring variables that's more approachable to people who aren't interested in writing their own CSS). i had been finding it difficult to use status.cafe because the homepage shows statuses from every single user and a sizable fraction of them use the site to vent, be passive aggressive, or outright hostile. there's no built-in block or mute system, so i started hiding specific users with the following CSS:
Code
.status:has(a[href="/users/example"]) {
    display: none;
}
but every time i wanted to add a new user to the list, i had to add a new CSS selector. not too much of a pain for me, but what i really wanted for the shareable version of the userstyle was a way to add to the list of hidden users through the stylus configuration menu. reading the stylus docs for writing userCSS reintroduced me to the idea of CSS preprocessors, and that i could write loops! i went with stylus (the preprocessor) over uso or less, maybe just because the name matched the browser extension name? :ok:
all this resulted in my status.cafe userstyle, which has variables defined as:
Code
@var text hiddenUsers "Hidden Users" "example example2"
with the following loop:
Code
for user in hiddenUsers
    .status:has(a[href=\"\/users\/{user}\"])
        display: none;
it works exactly as i had hoped! anyone using the style(+ extension) can just type in a list of usernames separated by spaces and any statuses from those users will be instantly hidden.

that's my only experience using CSS preprocessors so far, but i expect that i'll find more uses for them in future userstyles!

Logged

https://ribose.neocities.org/88x31.png https://camo.githubusercontent.com/f5bfa6417506fb7531aa82818e33c1ab1277070812531c09638c5aca5d2ea164/68747470733a2f2f7269626f2e7a6f6e652f38387833312f6d696e652f7777772e706e67 https://camo.githubusercontent.com/f7d9283e2ad6924bc82c68b6bd1637dfe82b9baa6362247cee489c9f8723bed8/68747470733a2f2f7269626f2e7a6f6e652f38387833312f6d696e652f7465616c2e706e67 https://camo.githubusercontent.com/66b9d37563323d2962eccea0381ded1337d1d12652da870b82e8c40d5c2e0d54/68747470733a2f2f7269626f2e7a6f6e652f73756e6461792f666973682f726174686572626566697368696e2e706e67

Artifact Swap: little ufoAnother WizardSprout LeafCache the SquirrelHungry Mousegoth gfCourage Sonic the HedgehogKnuckles the EchidnaShadow the HedgehogE-102 GammaEmerlEggmanBall Creaturelaptopfishy fishypigeoncinnamoroll giftKEKEMischief
Cyan
Casual Poster ⚓︎
*
View Profile WWWArt


Didn't I tell you, baby, I'm Zaphod Beeblebrox?
⛺︎ My Room

Guild Memberships:
Artifacts:
First 1000 Members!Joined 2022!
« Reply #2 on: Autumn, 22 Sep 2026 @617 » Embed

Yeah, I'm in the same boat. I too loved SASS and would use it for everything. So now I have many legacy projects (including at work) that use SASS, and I see no need to rebuild perfectly functional sites just for that. But I don't add it to new projects.

No shade on SASS, I still like it, but it's nice not having to rely on external tooling. Maybe it's a sign I'm getting old, but I am so endlessly tired of dependencies and frameworks and all that jazz... Just let me use vanilla CSS and vanilla Javascript and leave me alone haha 😅

Logged

Pages: [1] Print Embed 
« previous next »
 

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021 | Privacy Notice | Send Feedback | Supporters ♥ Forum Guide | Rules | RSS | WAP | Mobile


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi
@000 Melon
Land
Index Recent Edits Tenement Arcade Forum Art Hub Chat Webring Want to Login or Join ?
Link Land Web Craft Guide Graphic Catalogue Wiki Newsletters Image Stream Help Im Lost! Zap! Minecraft: Online
Passport Sites Asatte Add your site?
Melonking MelonLand Aero Archive Onio Cafe 32 Bit Cafe Status Cafe