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 rebol-extension rebol-language rebol-module rebol3 tokenizer

Last synced: 12 months ago
JSON representation

Rebol module with Cascading Style Sheets (CSS) utilities

Awesome Lists containing this project

README

          

[![rebol-css](https://github.com/user-attachments/assets/cecba66e-bc3e-4777-bc43-ca42ce582847)](https://github.com/Oldes/Rebol-CSS)

[![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)
[![Zulip](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](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
```