Based on Basscss. Allows you to easily customize the utility classes of the default Basscss, and generates a documentation site with each build (you can see a running example here)
- Fork this repository, clone it,
rm -rf ./.git && git init
pnpm install && pnpm run build && pnpm run serve
will put the documentation site onhttp://localhost:1234
Edit Basscss in the contents of /basscss/src
and run a fresh build with pnpm run build
to update the documentation site.
The final output is contained in util.css
for your own use. The initial util.css
in this repository is simply the un-edited Basscss dist file.