1.0.0 • Published 5 years ago
molgenis-theme v1.0.0
Molgenis themes
Maintain and build molgenis bootstrap themes
- Uses bootstrap 4
- Each theme is maintained in a
theme-name.scssfile located in thethemesdir
Usage:
yarn buildBuild result is generated into the css dir
Adding a new theme
- Create a new sass file ( .scss) the the themes dir
- Start the theme file with:
@import "bootstrap-molgenis-pre-theme"; - Write your theme styles
- End the theme file with:
@import "bootstrap-molgenis-post-theme";
1.0.0
5 years ago