postcss / postcss-color-function

PostCSS plugin to transform W3C CSS color function to more compatible CSS
MIT License
323 stars 31 forks source link

Add postcss warning when color function cannot be parsed #35

Closed drewbourne closed 7 years ago

drewbourne commented 7 years ago

When processing an invalid value css-color-function will throw errors. This change catches those errors and turns them into postcss warnings.

MoOx commented 7 years ago

Thanks!