https://github.com/glennsl/bs-typed-css-core
https://github.com/glennsl/bs-typed-css-core
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glennsl/bs-typed-css-core
- Owner: glennsl
- License: lgpl-3.0
- Created: 2018-05-11T13:54:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T20:47:53.000Z (over 7 years ago)
- Last Synced: 2025-01-30T01:41:34.372Z (12 months ago)
- Language: OCaml
- Size: 32.2 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS. Typed.
`bs-typed-css-core` is a typed interface/DSL to CSS. It is not meant to be used directly by end users, but instead by library writers who wish to provide a common, standardized interface to the parts of their library that deals with css declarations.
End-users might want to look at [glennsl/bs-typed-glamor](https://github.com/glennsl/bs-typed-glamor) instead as an implementation of this interface based on Glamor.