https://github.com/oldes/rebol-css
Rebol module with Cascading Style Sheets (CSS) utilities
https://github.com/oldes/rebol-css
css css-minify rebol tokenizer
Last synced: 2 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T09:26:09.000Z (2 months ago)
- Last Synced: 2025-03-14T09:33:04.430Z (2 months ago)
- Topics: css, css-minify, rebol, tokenizer
- Language: Rebol
- Homepage:
- Size: 12.7 KB
- Stars: 0
- 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/actions/workflows/main.yml)
[](https://app.gitter.im/#/room/#Rebol3:gitter.im)# 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
```