css-ast-iterations icon indicating copy to clipboard operation
css-ast-iterations copied to clipboard

Return the AST

Open shadowtime2000 opened this issue 5 years ago • 0 comments

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.

shadowtime2000 avatar Nov 12 '20 01:11 shadowtime2000