Custom CSS Functions: Write Your Own Custom Functions in Pure CSS
Welcome to the future. Your stylesheets are about to get a lot smarter.
#FrontendDevelopment #WebDevelopment #CSS #HTML #CSSFunctions
pixicstudio.medium.com/custom-css-f...
Latest posts tagged with #CssFunctions on Bluesky
Custom CSS Functions: Write Your Own Custom Functions in Pure CSS
Welcome to the future. Your stylesheets are about to get a lot smarter.
#FrontendDevelopment #WebDevelopment #CSS #HTML #CSSFunctions
pixicstudio.medium.com/custom-css-f...
#Development #Explorations
Thoughts on native CSS mixins · What they might mean for front-end developers ilo.im/1693wl by Chris Coyier
_____
#CssMixins #CssFunctions #CustomProperties #Sass #W3C #WebStandards #Browser #WebDev #Frontend #CSS
CSS :is() :where() the Magic Happens — Revisits these two pseudo-class functions, looking at some use-cases, and how they can now be combined with :has() || #CSS #CSSFunctions #WebDev #FrontendDev bit.ly/4qFtxQ3
/* Semi-transparent color using a custom function */ @function --opacity(--color, --opacity) { result: rgb(from var(--color) r g b / var(--opacity)); } /* CSS negation function */ @function --negate(--value) { result: calc(-1 * var(--value)); } .card { --color: rgb(108, 20, 20); background-color: --opacity(var(--color), 80%); height: 100px; width: 100px; --gap: 1em; padding: --negate(var(--gap)); }
🚀 CSS @function lets you write custom functions for dynamic, reusable styles—like variables, but parameterized! Supported in Chrome 139+ only. It’s a game changer for design systems and utility CSS! #css #frontend #webdev #cssfunctions
Read more:
w3.org/TR/css-mixins-1/
una.im/5-css-functions/
Save time and code smarter with this CSS functions cheat sheet!
#WebDev #FrontendDevelopment #CSSFunctions #CSS
dev.to/web_dev-usma...
Orange text on yellow background: CSS Olympic Rings
🟠🟡 CSS Olympic Rings
by Amit Sheen
@amit_sheen
#css #webdev #cssAnimation #cssFunctions #relativecolor
css-tricks.com/css-olympic-...
White text: What's new in color & color functions Gradient text below: CSS Podcast. On left bottom, Una Kravets. On bottom right, Adam Argyle, Bith sat and laghing. Behind them a cyan glow on a blue background with colored geometric shapes.
🎙️ CSS Podcast Ep 82:
What's new in color functions
@Una and @argyleink provide a color update, covering changes to the specs and new functions.
#color #css #webdev #cssFunctions #podcast
youtu.be/H3bEyrv0RmU?...
Just bookmarking this one for my students:
"Functional Colors"
#css #cssFunctions #interface #uiux