Skip to content

Customize bulma while adding a namespace to the classes

License

Notifications You must be signed in to change notification settings

itsiprikshit/custom-bulma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Bulma

Customize bulma while adding a namespace to the classes

Customize your build

  • To customize your build edit sass/custom.scss
  • Import the modules that you require

Build

  • Run npm install in the root directory
  • Run npm run css-build to build your css in the root directory
  • The output will be stored in the css folder
  • You can change the file name and directories from the package.json file

Namespacing build

Uses postcss-prefixer to namespace bulma
To namespace bulma open index.js and change the path of the input and output files (if required)
You can also change the prefix value in this file, currently it is set to bu-
To build your namespaced bulma, run the following command in the root directory
Run node index from root

About

Customize bulma while adding a namespace to the classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages