Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
12
src/main/webapp/content/scss/vendor.scss
Normal file
12
src/main/webapp/content/scss/vendor.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* after changing this file run 'npm run webapp: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 */
|
Loading…
Add table
Add a link
Reference in a new issue