Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxmilton/ekscss-repl
🔁 REPL web app to live compile XCSS into CSS with ekscss.
https://github.com/maxmilton/ekscss-repl
css css-preprocessor css-preprocessors ekscss repl web-app webapp xcss
Last synced: 23 days ago
JSON representation
🔁 REPL web app to live compile XCSS into CSS with ekscss.
- Host: GitHub
- URL: https://github.com/maxmilton/ekscss-repl
- Owner: maxmilton
- License: mit
- Created: 2021-04-30T22:31:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T14:32:29.000Z (about 1 month ago)
- Last Synced: 2024-12-17T03:51:26.904Z (25 days ago)
- Topics: css, css-preprocessor, css-preprocessors, ekscss, repl, web-app, webapp, xcss
- Language: TypeScript
- Homepage: https://ekscss-repl.web.app
- Size: 2.38 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://img.shields.io/github/actions/workflow/status/maxmilton/ekscss-repl/ci.yml?branch=master)](https://github.com/maxmilton/ekscss-repl/actions)
[![Coverage status](https://img.shields.io/codeclimate/coverage/MaxMilton/ekscss-repl)](https://codeclimate.com/github/MaxMilton/ekscss-repl)
[![package.json version](https://img.shields.io/github/package-json/v/maxmilton/ekscss-repl)](https://github.com/maxmilton/ekscss-repl/blob/master/package.json)
[![Licence](https://img.shields.io/github/license/maxmilton/ekscss-repl.svg)](https://github.com/maxmilton/ekscss-repl/blob/master/LICENSE)# ekscss REPL
REPL web app. Live compile XCSS into CSS with [ekscss](https://github.com/maxmilton/ekscss).
Try it:
### Technology
- [ekscss](https://github.com/maxmilton/ekscss) style preprocessor
- [stage1](https://github.com/maxmilton/stage1) JavaScript framework
- [bun](https://github.com/oven-sh/bun) JavaScript bundler and runtime## Browser support
Recent versions of evergreen browsers only.
## Bugs
Please report any bugs you encounter on the [GitHub issue tracker](https://github.com/maxmilton/ekscss-repl/issues).
## License
MIT license. See [LICENSE](https://github.com/maxmilton/ekscss-repl/blob/master/LICENSE).
The [repeat button icon](https://github.com/twitter/twemoji/blob/master/assets/svg/1f501.svg) is from [twitter/twemoji](https://github.com/twitter/twemoji) which is licensed CC-BY 4.0.
---
© 2024 [Max Milton](https://maxmilton.com)