0.2.0 • Published 7 months ago

cssx-build v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

CSSX

Compile CSS as a programming language.

Documentation

Usage

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

npx cssx-build

Flags

  • --output - Output directory for compiled CSS files. Default is dist.
  • --watch - Watch for changes in the src directory and compile CSSX files to CSS.
  • --serve - Serve the compiled CSS files on a local server.

Structure

├── dist
    └── index.html
└── src
    └── pages
        └── index.cssx

This will compile your CSSX files to CSS in the dist directory.

0.2.0

7 months ago

0.1.0

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago