@fitmentgroup/viper-bulma
v1.0.0
Published
Bulma with our own custom styles
Downloads
2
Readme
viper-bulma
Our customizations for bulma.
Name of package is @fitmentgroup/viper-bulma
.
Usage
Install viper-bulma
with:
yarn add viper-bulma
@import "~bulma/sass/utilities/_all";
@import "~viper-bulma"
/* Your customizations go here */
@import "~bulma";
Remember to consider adding those customizations here to impact the entire application.
Development
Run yarn dev
and visit the indicated url.
Add modifications to index.scss
. Break down into more files if it gets too big.