uBuild is a CSS toolkit for creating modular page components. uBuild was designed to work with Forestry's Blocks feature, and provide uniform component styles for the ubuild-jekyll theme as well as uBuild themes created for other static site generators.
You can load the uBuild stylesheet from the jsdelivr cdn:
<link rel="stylesheet" type="text" href="https://cdn.jsdelivr.net/gh/forestryio/ubuild-blocks@1.0.0/dist/css/ubuild.css" />
Check out the examples to see what blocks are available.
Clone this repo and run npm install
.
Update styles in src
and run npm run build
to rebuild the compiled css file.
Coming soon(ish): a real development workflow