@ist-group/bootstrap-theme-home
v7.0.2
Published
IST Home bootstrap theme
Downloads
48
Readme
Usage
yarn add @ist-group/bootstrap-theme-home
If you want to import the sass source files then the node_modules
folder needs to be included when running the sass compiler. For instance: node-sass --include-path ./node_modules
.
Bootstrap is a dependency of the theme, no need to add it to project.
Import example
// import
@import "@ist-group/bootstrap-theme-home/src/index.scss";
// import
@import "./node_modules/@ist-group/bootstrap-theme-home";