PostCSS - Parse, Transform and Generate CSS

An Elixir implementation of the popular PostCSS library, providing CSS parsing, AST manipulation, and stringification capabilities.

Features

  • CSS Parsing: Parse CSS strings into an Abstract Syntax Tree (AST)
  • AST Manipulation: Create, modify, and traverse CSS nodes
  • CSS Generation: Convert AST back to CSS strings
  • Node Types: Support for rules, declarations, at-rules, comments, and more
  • Source Maps: Preserve original formatting and whitespace precisely
14 Likes