Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 939 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 939 Bytes

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