UNPKG

css-ast-iterations-pure

Version:
8 lines (6 loc) 205 B
# css-ast-iterations-pure > A simple wrapper around `css-ast-iterations` This package basically allows you to do this: ```javascript const ast = addIterations(css.parse(".foo{width: 20px;}")); ```