An open API service indexing awesome lists of open source software.

https://github.com/danieljharvey/purescript-stylesheet

Flappy trial making a CSS virtual DOM for Purescript
https://github.com/danieljharvey/purescript-stylesheet

css css-in-js cssom purescript stylesheet

Last synced: 19 days ago
JSON representation

Flappy trial making a CSS virtual DOM for Purescript

Awesome Lists containing this project

README

          

# purescript-stylesheet

### What is this?

A work in progress CSS-In-Purs that stores all the styles we want in a big hashmap and then updates the actual CSSOM whenever needed.

### Does it work?

Broadly, yes. Whether it's performant or not is yet to be seen.

### Can I try it?

The best way to see the library in action is currently used in [React Stylesheet](https://github.com/danieljharvey/purescript-react-stylesheet) which uses this library with Purescript React.

### Documentation?

Are you suggesting this is not enough? More docs on [Pursuit](https://pursuit.purescript.org/packages/purescript-stylesheet/0.0.2)