Maybe Don’t Use Custom Properties in Shorthand Properties, by @matuzo:
https://www.matuzo.at/blog/2025/invalid-custom-properties-in-shorthands

Maybe Don’t Use Custom Properties in Shorthand Properties, by @matuzo:
https://www.matuzo.at/blog/2025/invalid-custom-properties-in-shorthands
Custom Property Fallbacks, by @matthewmorete.com (@frontendmasters.com):
#Development #Collections
Ribbon Shapes · An impressive collection of CSS-only ribbon styles. https://ilo.im/162ovs
_____
#Ribbons #Banners #Badges #Indicators #Highlights #WebDev #Frontend #HTML #CSS #CustomProperties
#Development #Pitfalls
Custom properties in shorthand properties · Why you need to be cautious with this approach https://ilo.im/162o2u
_____
#Declaration #Shorthand #CustomProperties #Browser #WebDev #Frontend #CSS
#Development #Previews
Functions in CSS?! · ”Functions will bring an enormous change to CSS.” https://ilo.im/162m9r
_____
#ModernCSS #CustomFunctions #CustomProperties #Chrome #Browser #WebDev #Frontend #CSS
#Development #Launches
Style Observer · A bulletproof library to observe CSS property changes https://ilo.im/162be5
_____
#CSS #CssProperties #CustomProperties #JavaScript #Library #Npm #CDN #Browser #WebDev #Frontend
#Development #Techniques
Full-bleed layout with modern CSS · Edge-to-edge sections with minimal code https://ilo.im/1621v3
_____
#ModernCSS #Layout #WebDev #Frontend #CSS #CustomProperties #CssUnits #CssCalc
#Development #Techniques
Pure CSS mixin to show custom property values · It can output various values as pseudo-elements https://ilo.im/1621iu
_____
#CssMixin #Calculations #CustomProperties #WebDev #Frontend #CSS
#Development #Releases
New capabilities for CSS ‘attr()’ · References to HTML attributes are getting more powerful https://ilo.im/161yw8
_____
#HTML #CSS #CustomProperties #CssGrid #Popovers #Chrome #Browser #WebDev
#Development #Techniques
6 CSS snippets to know in 2025 · “AI is not going to give you this CSS.” https://ilo.im/161x4n
_____
#ModernCSS #Layers #Animation #ViewTransitions #CustomProperties #ProgressiveEnhancement #WebDev #Frontend #CSS
#Development #Releases
CSS ‘attr()’ gets an upgrade · Chrome 133 unlocks new features for the ‘attr()’ function https://ilo.im/161ump
_____
#CustomProperties #Chrome #Browser #WebDev #HTML #CSS #ViewTransitions
#Design #Releases
Theme Machine 2.0 · New options for the versatile color scheme builder https://ilo.im/161m9z
_____
#Themes #Colors #ColorSchemes #Accessibility #WebDesign #Development #WebDev #Frontend #CSS #CustomProperties
Limitation Breeds Creativity: A Study in Composition with Custom Properties
by Michelle Barker
@michelle
#demo #css #webdev #CustomProperties
#Development #Techniques
Fun with custom cursors · Two ways to change the default cursor appearance https://ilo.im/160i1z
_____
#Cursor #Customization #WebDev #Frontend #CSS #CssCursor #CssNesting #CustomProperties #JavaScript #React
Heute bin ich auf der #unkonf in Mannheim, veranstaltet von @bitexpert .
In den letzten Jahren waren dort wenige Frontend-Entwickler. Ein guter Grund einmal wichtige Neuerungen im Frontend der letzten Jahre zu zeigen.
Ich hoffe, ich schaffe alle Themen.
https://grochtdreis.de/vortraege/neues-frontend-2024/index.html#/
Making Orbit Animations with CSS Custom Properties
by Will Boyd
#animation #css #CustomProperties #webdev
https://codersblock.com/blog/making-orbit-animations-with-css-custom-properties/
#tinyCSStip (or gotcha) If you want to get the correct result when using smth like
atan2(var(--y), var(--x))
with --y and --x having different units...
then you need to register --x and --y as length values!
Or how I lost > 30min trying to figure out why my angle was 4° off...
The surprising behavior of "important CSS custom properties"
by Stefan Judis @stefan @stefanjudis
#CSS #customproperties #ImportantFlag #specificity #webdev
How we’re approaching theming with modern CSS
by Andy Bell @belldotbz @belldotbz
#theming #css #webdev #layers #root #CustomProperties
https://piccalil.li/blog/how-were-approaching-theming-with-modern-css/
Knobs - UI controllers for JS/CSS manipulation
by Yair Even Or
UI knobs controllers for JS/CSS live manipulation of various parameters
#js #knobs #controllers #CSSvariables #CustomProperties