quilt-bulma
/
0.0.1
quilt-bulma 0.0.1
Install from the command line:
Learn more about npm packages
$ npm install @quiltmc/quilt-bulma@0.0.1
Install via package.json:
"@quiltmc/quilt-bulma": "0.0.1"
About this version
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 --dev
andpnpm run 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
-
css/
: Plain CSS which is needed to tie the light and dark themes together -
sass/
: SCSS files representing our Bulma customisations - When built,
/dist
: Contains built CSS files, as well as their minified versions
-
Create a
.npmrc
file in your project directory (if it doesn't exist), and add the following line:@quiltmc:registry=https://npm.pkg.github.com
-
Install
@quiltmc/quilt-bulma
with your favourite npm-alike -
Make use of the files you'll now find in
node_modules/@quiltmc/quilt-bulma
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