purescript-contrib / purescript-css

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

No way to use `currentColor` keyword #160

Open nsaunders opened 2 years ago

nsaunders commented 2 years ago

The currentColor keyword essentially applies the value of the computed color property to a given property. See this article for more details.

Related: https://github.com/purescript-contrib/purescript-css/issues/143