0.2.0 • Published 9 months ago

cssx-build v0.2.0

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

9 months ago

0.1.0

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago