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
- Host: GitHub
- URL: https://github.com/salteadorneo/cssx
- Owner: salteadorneo
- License: mit
- Created: 2024-02-22T00:46:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T20:22:12.000Z (7 months ago)
- Last Synced: 2025-03-28T10:21:21.861Z (3 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
```