[Deprecated] Use postcss-value-parser instead
css parsing helpers
API
If separators
is not specified, it will default to
[' ', '\n', '\t', ',', '/']
.
list.each(input[, separators], cb)
list;
list.map(input[, separators], cb)
list;// quote 50%/100% func
list.split(input[, separators], last)
// spacelist', ['\n', '\t', ' '])// ['10px', '20px', '5px', '15px']
// commalist', [''], true)// ['10px', '20px', '5px', '']