Custom CSS Extensions - tomhodgins/process-css-demo GitHub Wiki

These CSS extensions work by parsing a CSS stylesheet and processing each top-level rule. If it finds something it's looking for it will either transform the information from CSS into CSS output, or if it's a feature that requires JavaScript at runtime in order to support, it will automatically generate and output all of the runtime information required to support the features used.

Nesting

This package uses anesthetic to support nesting CSS rules inside custom properties, more info in the anesthetic README

Custom At-rules

Custom Pseudo-classes

Custom Combinators

Custom Properties

Custom Functions

Custom Units

Custom Annotations

⚠️ **GitHub.com Fallback** ⚠️