13 lines
388 B
SCSS
Executable File
13 lines
388 B
SCSS
Executable File
/* after changing this file run 'npm run webpack:build' */
|
|
|
|
/***************************
|
|
put Sass variables here:
|
|
eg $input-color: red;
|
|
****************************/
|
|
// Override Bootstrap variables
|
|
@import 'bootstrap-variables';
|
|
// Import Bootstrap source files from node_modules
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
/* jhipster-needle-scss-add-vendor JHipster will add new css style */
|