An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Rebol-CSS CI](https://github.com/Oldes/Rebol-CSS/actions/workflows/main.yml/badge.svg)](https://github.com/Oldes/Rebol-CSS/actions/workflows/main.yml)
[![Gitter](https://badges.gitter.im/rebol3/community.svg)](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
```