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:

491
active users

#css

129 posts105 participants4 posts today
Continued thread

Is #CSS-in-JS still a thing? "There has been almost a decade of churn in this space, from Glamor (unmaintained) to styled-components (maintenance mode) to styled-jsx (mostly dead)… By contrast, frameworks like Svelte and Vue seem to have solved this problem." fullystacked.net/css-in-js-sti

fullystacked.netIs CSS-in-JS still a thing?styled-components goes into maintenance mode. Newer tools like StyleX and vanilla-extract haven't matched its popularity.

Is it possible to use a view transition for an exit animation of something in the top-layer? For example, a popover that’s open, but following a link within it causes a transition (and consequently the popover is closed after the transition). #CSS #LazyWeb

Using #CSS Variables Correctly: "In most cases, I consider it code smell if a media query swaps one variable for another. Rather than swapping variables it's better to define one variable, set its initial value and change it with a selector or media query." madebymike.com.au/writing/usin

Page image for MadeByMike
MadeByMikeUsing CSS Variables Correctly - MadeByMikeCustom Properties have the potential to change how we write and think about CSS.