0.0.23 • Published 12 months ago

quilt-bulma v0.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

  1. Install NodeJS v18 or later
  2. Install npm and pnpm
  3. Run pnpm i and pnpm build
  4. The built files will be placed in the dist/ directory

Creating a distribution

  1. Follow the Building steps above
  2. Run pnpm pack and a quilt-bulma.zip file will be generated

Releasing

  1. Update the version provided in the package.json
  2. Commit your changes, and add a tag named vVERSION - for example, v0.0.3
  3. Push your changes along with the tag
  4. GitHub Actions will build and release automatically

Usage

  1. Install quilt-bulma with your favourite npm-alike
  2. 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:

0.0.22

1 year ago

0.0.23

12 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago