- Notifications
You must be signed in to change notification settings - Fork0
opendatasoft/ods-bulma
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This kit helps ODS CSMs and Labs team to generate a patched version ofBulma CSS Framework.
It presets many variables with desired font sizes, colors, spacing values etc...Then, fix conflict between Bulma and ODS stylesheets.
It generates in/export
folder the CSS filemain.css
(for testing/debugging etc...) and the minified versionods-bulma.min.css
ready to copy paste into your domain.
While you have node / npm / postcss-cli installed globally, simply run :
npm run build
Get this already generated fileods-bulma.min.css
Copy the raw content and paste it into your domain theme stylesheet.
Save, make live.