#css-variables

[ follow ]
React
fromMedium
3 weeks ago

React Suite v6: A Steady Step Toward Modernization

RSuite v6 modernizes styling with CSS variables, adds layout primitives, AI-ready docs, and improves responsiveness and developer workflow.
fromCSS-Tricks
2 weeks ago

On Inheriting and Sharing Property Values | CSS-Tricks

Sometimes I want to set the value of a CSS property to that of a different property, even if I don't know what that value is, and even if it changes later. Unfortunately though, that's not possible (at least, there isn't a CSS function that specifically does that). In my opinion, it'd be super useful to have something like this (for interpolation, maybe you'd throw in there as well): /* Totally hypothetical */ button { border-radius: compute(height, self); border-radius: compute(height, inherit); border-radius: compute(height, #this); }
Web development
Web development
fromFrontendmasters
3 months ago

Breakpoint Columns, Five Ways. Which Do You Like?

Four CSS approaches for switching a three-column grid to one column under 500px: top-level media query, nested media query, CSS variable, and custom function.
[ Load more ]