css-ast-iterations
css-ast-iterations copied to clipboard
Return the AST
This basically returns the AST so you can do this instead:
const ast = addIterations(css.parse(".foo{bar:20px;}"));
This allows Typescript definitions and such to be created for this package.