Skip to content

jammed-org/bulma-prefix

 
 

Repository files navigation

Goal

This project is use to add custom prefix to every bulma css class.

This project use Bulma Version 0.9.3

At Jammed, we use to to prefix the Bulma version included in our Vue booking app web component.

How to use

  1. Fork this repository...
  2. open postcss.config.js
  3. change the following code.. from custom prefix to your prefix

require('./ext_vendor/postcss-class-prefix')('custom-prefix-')

  1. run yarn (if you haven't install dependencies)
  2. run yarn run dev (for development version) or yarn run production (for production version)
  3. grab your final css from dist folder

Enjoy!

Notes

Since postcss-class-prefix plugin for postcss is not maintained any more. I took the latest version and PRs and merge manually and put into ext_vendor directory.

About

Prefix Bulma Css with custom prefix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%