purescript-contrib / purescript-css

A clean, type-safe library for describing, manipulating and rendering CSS
Apache License 2.0
105 stars 39 forks source link

`Size` lacks `Inherit`, `Initial`, and `Unset` instances #144

Open nsaunders opened 2 years ago

nsaunders commented 2 years ago

Mozilla examples:

/* Global values */
width: inherit;
width: initial;
width: unset;