social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

488
active users

#sass

2 posts2 participants0 posts today

“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/

Replied in 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

🙏🖤

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.