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
- Host: GitHub
- URL: https://github.com/danieljharvey/purescript-stylesheet
- Owner: danieljharvey
- Created: 2018-12-09T14:54:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:21:34.000Z (over 3 years ago)
- Last Synced: 2026-03-25T16:52:37.475Z (4 months ago)
- Topics: css, css-in-js, cssom, purescript, stylesheet
- Language: PureScript
- Size: 414 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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)