quilt-bulma
v0.0.24
Published
Bulma, customized for use on Quilt's websites
Downloads
26
Readme
Quilt Bulma
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.
Development
Building
- Install NodeJS v18 or later
- Install
npmandpnpm - Run
pnpm iandpnpm build - The built files will be placed in the
dist/directory
Creating a distribution
- Follow the Building steps above
- Run
pnpm packand aquilt-bulma.zipfile will be generated
Releasing
- 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
Usage
- Install
quilt-bulmawith your favourite npm-alike - Make use of the files you'll now find in
node_modules/quilt-bulma
Package Structure
sass/: SCSS files representing our Bulma customisations- When built,
/dist: Contains built CSS files, as well as their minified versions`
Project Credit
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
