https://github.com/oldes/rebol-css
Rebol module with Cascading Style Sheets (CSS) utilities
https://github.com/oldes/rebol-css
css css-minify rebol rebol-extension rebol-language rebol-module rebol3 tokenizer
Last synced: 12 months ago
JSON representation
Rebol module with Cascading Style Sheets (CSS) utilities
- Host: GitHub
- URL: https://github.com/oldes/rebol-css
- Owner: Oldes
- License: mit
- Created: 2025-03-14T08:29:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T13:45:53.000Z (about 1 year ago)
- Last Synced: 2025-06-21T23:29:31.618Z (about 1 year ago)
- Topics: css, css-minify, rebol, rebol-extension, rebol-language, rebol-module, rebol3, tokenizer
- Language: CSS
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Oldes/Rebol-CSS)
[](https://github.com/Oldes/Rebol-CSS/actions/workflows/main.yml)
[](https://app.gitter.im/#/room/#Rebol3:gitter.im)
[](https://rebol.zulipchat.com/)
# Rebol/CSS
Cascading Style Sheets (CSS) utilities module for [Rebol3](https://github.com/Oldes/Rebol3)
## Usage
```rebol
import css ;; import the module
css-minify https://rebol.tech/css/main.css
```