Skip to content

Contributing ​

Contributing Workflow ​

This repository is a pnpm workspace orchestrated with moon.

bash
pnpm install
moon run :format
moon run cssforge:test
moon run cssforge:typecheck
moon run cssforge:build
moon run cssforge:smoke-test
moon run cssforge:jsr-smoke
moon run cssforge:jsr-dry-run

cssforge:smoke-test packs the package and installs that tarball in clean npm and pnpm projects, and cssforge:jsr-smoke exercises the JSR entry points (with Deno when it is installed).

TODO ​

  • [ ] Module: Custom Media Queries
  • [ ] Typography : Line Height
  • [ ] Stable schema spec
  • [ ] VSCode Extension
  • [ ] Bundlers Plugin (Vite, Rollup, Webpack ...)
  • [ ] Nuxt Module

License ​

MIT

Released under the MIT License.