css-modules / postcss-icss-values

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

Emit warnings when multiple @value rules don't end in a semicolon #43

Closed joshwnj closed 8 years ago

joshwnj commented 8 years ago

With this update the plugin will warn about things like this:

@value red blue
@value green yellow

The missing semicolon will cause the 2nd line to be considered part of the 1st @value. With the update we'll warn the user: Invalid value definition: red blue\n@value green yellow