webpack-bootstrap-ui-kit/src/scss/app.scss

22 lines
566 B
SCSS
Raw Normal View History

2019-06-08 17:20:51 +02:00
@import "~bootstrap-select/sass/bootstrap-select.scss";
@import "~bootstrap-datepicker/dist/css/bootstrap-datepicker.css";
@import "~bootstrap-timepicker/css/bootstrap-timepicker.css";
// Your custom variables
@import "_variables";
@import "_components/_ui.bootstrap";
// By default we prefer font awesome CDN
//@import "_components/_ui.fontawesome";
@import "_components/_ui.lightbox";
@import "_components/_ui.main";
@import "_components/_ui.form.basics";
@import "_components/_ui.elemental";
// Your custom styling
@import "_typography";
@import "_layout";