This repository exists to package Quilt's modifications to the Bulma CSS framework. This allows us to share it between all of our sites, without relying on hacky approaches such as using the main domain as a pseudo-CDN.
- Install NodeJS v18 or later
- Install
npm
andpnpm
- Run
pnpm i
andpnpm build
- The built files will be placed in the
dist/
directory
- Follow the Building steps above
- Run
pnpm pack
and aquilt-bulma.zip
file will be generated
- Update the version provided in the
package.json
- Commit your changes, and add a tag named
vVERSION
- for example,v0.0.3
- Push your changes along with the tag
- GitHub Actions will build and release automatically
- Install
quilt-bulma
with your favourite npm-alike - Make use of the files you'll now find in
node_modules/quilt-bulma
sass/
: SCSS files representing our Bulma customisations- When built,
/dist
: Contains built CSS files, as well as their minified versions`
This project combines and modifies the following projects:
-
Bulma, the CSS framework
-
The following CreativeBulma components:
- bulma-divider, a Bulma extension for dividers with text
- bulma-tooltip, a Bulma extension for adding tooltips to anything
-
The following wikiki components:
- bulma-timeline, a Bulma extension for vertical timeline layouts