css-modules / postcss-icss-values

Pass arbitrary constants between your module files
MIT License
203 stars 18 forks source link

Allow nested parentheses in values #58

Closed alexanderchr closed 8 years ago

alexanderchr commented 8 years ago

Closes #57

geelen commented 8 years ago

Thanks for this. Looks like nested parentheses were supported by another change to that regexp, but I merged your test case at least!

alexanderchr commented 8 years ago

Thank you.