datasurvey/src/main/webapp/content/scss/vendor.scss

13 lines
387 B
SCSS
Raw Normal View History

2021-07-03 21:48:27 +00:00
/* 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 */