0.2.0 • Published 8 months ago

cssx-build v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

0.1.0

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago