hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9K
active users

#sass

5 posts5 participants1 post today

“Tailwind's @apply Feature is Better Than it Sounds” by Zell Liew

🔗 css-tricks.com/tailwinds-apply

> Tailwind’s utilities are very powerful by themselves, but they’re even more powerful if you allow yourself to use `@apply` (and allow yourself to detach from traditional Tailwind advice). By doing this, you gain access to Tailwind as a tool instead of it being a dogmatic approach.

#CSS #Sass #Tailwind

⚓nicolas-hoizey.com/links/2025/

I just found a regression in `rsass`, so I published an update 0.29.2.

github.com/kaj/rsass/blob/main
crates.io/crates/rsass

Other changes are small, but includes an improvement in module names with `_` and `-` characters, as discovered / suggested by @purelinux , and that rsass itself (not rsass-cli or rsass-macros) is now #FreeOfSyn (fitting for a Good Friday release).

Sass reimplemented in rust with nom. Contribute to kaj/rsass development by creating an account on GitHub.
GitHubrsass/CHANGELOG.md at main · kaj/rsassSass reimplemented in rust with nom. Contribute to kaj/rsass development by creating an account on GitHub.

“CSS Custom Properties vs. Sass Variables: A Pragmatic Guide” by @sturobson

🔗 alwaystwisted.com/articles/css

> The interplay between Sass variables and CSS custom properties should be a strategic partnership. Over nearly a decade of evolving web practices, one truth persists: robust systems balance rigidity with adaptability. Sass anchors the immutable, CSS custom properties breathe life into any required fluidity.

#CSS #Sass #customProperties

⚓nicolas-hoizey.com/links/2025/

Continued thread

I had to flex my boundaries on a nesting pair of Mockingbirds & put up netting. I don’t care if mockingbirds bring big protective magic, those fucking blueberries are mine. Find something else to eat. #sass #gratitude #garden

“Tailwind's @apply Feature is Better Than it Sounds” by Zell Liew

🔗 css-tricks.com/tailwinds-apply

> Tailwind’s utilities are very powerful by themselves, but they’re even more powerful if you allow yourself to use `@apply` (and allow yourself to detach from traditional Tailwind advice). By doing this, you gain access to Tailwind as a tool instead of it being a dogmatic approach.

#CSS #Sass #Tailwind

⚓nicolas-hoizey.com/links/2025/

✨ new article ✨

A follow up to yesterday's article on CSS custom properties vs. Sass variables here's part 11 in my Design Tokens Workflow Series:

Creating Sass-backed CSS Custom Properties With Style Dictionary

alwaystwisted.com/articles/a-d

🙏🖤

Page image for Always Twisted
Always TwistedCreating Sass-backed CSS Custom Properties With Style DictionaryCreate a clean CSS custom property that relies on Sass variables using Style Dictionary.
#FrontEnd#CSS#Sass

“CSS Custom Properties vs. Sass Variables: A Pragmatic Guide” by @sturobson

🔗 alwaystwisted.com/articles/css

> The interplay between Sass variables and CSS custom properties should be a strategic partnership. Over nearly a decade of evolving web practices, one truth persists: robust systems balance rigidity with adaptability. Sass anchors the immutable, CSS custom properties breathe life into any required fluidity.

#CSS #Sass #customProperties

⚓nicolas-hoizey.com/links/2025/

I've been planning to spin up a small personal website. I knew I didn't need a full-blown CMS for this and, since I have so much experience using Bootstrap through my day job, decided to use it to build a site from scratch. It's been a while since I created a site from scratch—most of my experience lately involves taking on existing Enterprise sites and caretaking from there—but I was looking forward to both the challenge and the freedom of building my own.

Continued thread

the website was made with #Zola (getzola.org), with some #Tera templates and #Sass ✨

i wrote this theme from scratch! i really like incorporating the #RosePine color scheme while keeping it responsive for most devices i've tested.

additionally, i also contributed to the Zola project for a "hidden" page feature because i used such a feature in the past. the contribution was made easy by the fact that it's written in #RustLang 💖

getzola.orgZolaEverything you need to make a static site engine in one binary.