DEV Community

Cover image for Looking back at my 2024 article πŸ˜…
FSCSS for FSCSS tutorial

Posted on

Looking back at my 2024 article πŸ˜…

2024 FSCSS vs 2026 FSCSS β€” still moving, still light, still backward-compatible

Looking back at my 2024 article πŸ˜…

https://dev.to/figsh/my-rotate-animation-css-fscss-46b


npm fscss version 1.1.26

2024 FSCSS vs 2026 FSCSS

Still moving with FSCSS πŸ˜•

Code written for v1.1.3 still runs fine on v1.1.26.

No breaking changes.

Backward compatibility is still a real thing here.

What was already there early:

  • Animation compact - since 1.1.0
  • Arrays - since 1.1.2
  • %n(), $variables, -* vendor prefixing… - since the unreleased days

What came later:


The hardest recent release (and my favorite)

The real upgrade was the @import that can pull @define blocks and rename them on the fly:

@import((yourname as myname, brother as bro) from "/me.fscss")

@bro()
@myname()
Enter fullscreen mode Exit fullscreen mode

Because it works directly with @define:

load - read - edit - paste…

Still light. Still pure CSS at the end.


Where everything lives


A small note on the JavaScript journey

I’ve been simplifying some possibilities ❀️

Less noise. More direct paths.

Thank you to everyone who keeps sending heads β™₯️❀️

I see you.

Still building.

Still light.

Still moving. πŸŽ‰

Top comments (0)