sebastiaanvisser / clay

A CSS preprocessor as embedded Haskell.
Other
360 stars 73 forks source link

Add 'important' to annotate property with ‘important! #159

Closed dbaynard closed 6 years ago

dbaynard commented 6 years ago

Use is very similar to commenting. This change actually touches all the areas that change did, and improves the implementation (specifically, the Modifier type makes the Property constructor far clearer).

Also includes test suite and changelog additions.

Fixes #107.

This does interact slightly with #158 so if you want to merge both, I'd be happy to rebase this, first.