https://github.com/salteadorneo/cssx
Compile CSS as a programming language
https://github.com/salteadorneo/cssx
comedy css hacktoberfest programming-language
Last synced: 3 days ago
JSON representation
Compile CSS as a programming language
- Host: GitHub
- URL: https://github.com/salteadorneo/cssx
- Owner: salteadorneo
- License: mit
- Created: 2024-02-22T00:46:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T11:57:09.000Z (4 months ago)
- Last Synced: 2025-10-01T12:39:15.022Z (4 months ago)
- Topics: comedy, css, hacktoberfest, programming-language
- Language: JavaScript
- Homepage: http://cssx.js.org
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```