Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of tangled.sh:vielle.dev/site

+1 -1
+1 -1
src/content/blog/css-functions-and-mixins.md
··· 2 2 title: CSS functions and mixins 3 3 bio: tl;dr and my 2 cents 4 4 banner: mixins.png 5 - pub: 2000-01-01 5 + pub: 2025-08-31 6 6 --- 7 7 8 8 The CSS `@function` rule is now available in chrome 139, with a definition for `@mixin` in the editors draft. (Referenced [First Public Working Draft](https://www.w3.org/TR/2025/WD-css-mixins-1-20250515/), Referenced [Editors Draft](https://drafts.csswg.org/css-mixins/))