Tagged articles

Custom Properties

7 articles · Page 1 of 1
CodeNotes
CodeNotes
May 29, 2026 · Frontend Development

From CSS3 to Modern CSS: Revolutionary Features Shaping Front‑End Development

This article traces CSS’s evolution from early versions to modern, modular specifications and demonstrates how new features such as custom properties, cascade layers, container queries, :has(), nesting, logical properties, color‑mix(), subgrid, view‑transition API and anchor positioning solve long‑standing styling challenges for developers.

Cascade LayersCustom PropertiesNesting
0 likes · 18 min read
From CSS3 to Modern CSS: Revolutionary Features Shaping Front‑End Development
Taobao Frontend Technology
Taobao Frontend Technology
Jun 23, 2021 · Frontend Development

Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More

This article provides a comprehensive overview of modern CSS capabilities—including new pseudo‑class selectors like :is(), :where(), :not(), :has(), focus variants, advanced background positioning, masking, clipping, the expanded color module, and clever uses of custom properties—offering practical examples and demos for front‑end developers.

Custom PropertiesMaskingcolor functions
0 likes · 31 min read
Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More
Alibaba Terminal Technology
Alibaba Terminal Technology
Jun 1, 2021 · Frontend Development

Explore the Latest CSS Features and Powerful New Selectors

This article reviews the newest CSS capabilities—including modern pseudo‑classes like :is(), :where(), :not(), :has(), focus selectors, advanced color functions, background positioning tricks, masking, clipping, blend modes, and custom property hacks—showing practical examples and code snippets for front‑end developers.

Custom PropertiesNew Featurescss
0 likes · 33 min read
Explore the Latest CSS Features and Powerful New Selectors
ByteFE
ByteFE
Mar 14, 2021 · Frontend Development

Exploring @property and Its Animating Powers

This article explains how the CSS @property rule lets developers define the syntax, initial value, and inheritance behavior of custom properties, enabling type‑checked animations and transitions that were previously impossible with plain string‑based CSS variables.

Custom PropertiesPropertyanimation
0 likes · 25 min read
Exploring @property and Its Animating Powers
Aotu Lab
Aotu Lab
Nov 12, 2019 · Frontend Development

Can Native CSS Replace Preprocessors? A Deep Dive into W3C Specs and Modern Features

This article examines the evolution of CSS from its early specifications through CSS3 modules, compares native CSS capabilities such as custom properties, calc() and nesting with traditional preprocessors like Sass, Less and Stylus, and evaluates whether preprocessors will become merely transitional tools.

Custom PropertiesPreprocessorW3C
0 likes · 18 min read
Can Native CSS Replace Preprocessors? A Deep Dive into W3C Specs and Modern Features