Roole compiler converts Roole CSS AST (from roole-parser) into CSS string. Version 0.6.0 is the latest and only stable release, with no updates since 2016. It is a standalone component of the Roole preprocessor ecosystem. Differentiator: direct AST-to-CSS compilation with configurable indentation and numeric precision. Limited adoption and no active maintenance.
npm install roole-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a simple Roole rule and compiles the AST to a CSS string.
Always pair roole-compiler with roole-parser.
Consider migrating to a modern CSS preprocessor like PostCSS or Sass.
Validate AST with roole-parser before compiling.
Run 'npm install roole-compiler'.
Use require('roole-compiler') instead of import.