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

Add cursor CSS property #94

Closed vyorkin closed 3 years ago

vyorkin commented 6 years ago

Adds is a very basic cursor support. Cursor URLs aren't implemented.

Resolves #92

vyorkin commented 6 years ago

Please, don't merge yet, going to refactor this to replace newtype with sum type like we did in #95

vyorkin commented 6 years ago

Refactored, ready for review

cprussin commented 6 years ago

Any chance of this getting rebased and merged @vyorkin or @garyb ? If you guys need, I'm happy to handle the rebase

vyorkin commented 6 years ago

btw, there is a couple of other pending PR's as well (which are already rebased), I can rebase this one if it looks good to @garyb

milesfrain commented 4 years ago

@thomashoneyman Would you merge this if we do another rebase?

thomashoneyman commented 4 years ago

Yes, I will. Thanks everyone!

thomashoneyman commented 3 years ago

@vyorkin Happy to merge this once it's conflict-free. Thanks!