Tag

Autoprefixer

1 views collected around this technical thread.

ByteFE
ByteFE
Jun 30, 2021 · Frontend Development

Understanding AST and Its Application in CSS Processing with PostCSS

This article explains what an Abstract Syntax Tree (AST) is, demonstrates how JavaScript code is transformed into an AST, describes the tokenization and parsing steps used by PostCSS to generate a CSS AST, and shows how plugin mechanisms like AutoPrefixer can extend the toolchain.

ASTAutoprefixerCSS parsing
0 likes · 9 min read
Understanding AST and Its Application in CSS Processing with PostCSS
Qunar Tech Salon
Qunar Tech Salon
Jun 20, 2017 · Frontend Development

Understanding PostCSS: Tools, Plugins, and Configuration for Modern Frontend Development

This article explains what PostCSS is, distinguishes it from CSS preprocessors, introduces popular plugins such as autoprefixer and precss, and provides detailed configuration examples for Webpack and ykit, helping developers efficiently integrate PostCSS into their front‑end workflows.

AutoprefixerCSS preprocessingPostCSS
0 likes · 11 min read
Understanding PostCSS: Tools, Plugins, and Configuration for Modern Frontend Development