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

https://github.com/salteadorneo/cssx

Compile CSS as a programming language
https://github.com/salteadorneo/cssx

comedy css hacktoberfest programming-language

Last synced: 2 months ago
JSON representation

Compile CSS as a programming language

Awesome Lists containing this project

README

        

# CSSX

Compile CSS as a programming language.

> [!WARNING]
>
> This project is still in development and not ready for production use.

## Requirements

- [Node.js 20+](https://nodejs.org/en/)

## Usage

Write your CSS in .cssx files in `src` directory. Then run the following commands:

For development:

```bash
npm run dev
```

For preview:

```bash
npm run preview
```

For production build:

```bash
npm run build
```