Skip to content

uBuild is a CSS toolkit for creating modular page components.

License

Notifications You must be signed in to change notification settings

forestryio/ubuild-blocks

Repository files navigation

uBuild Blocks

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.

Usage

You can load the uBuild stylesheet from the jsdelivr cdn:

<link rel="stylesheet" type="text" href="https://cdn.jsdelivr.net/gh/forestryio/[email protected]/dist/css/ubuild.css" />

Check out the examples to see what blocks are available.

Development

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