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

25 lines
645 B
SCSS
Raw Normal View History

2019-08-13 18:12:53 +02:00
//@import "~bootstrap-select/sass/bootstrap-select.scss";
2019-06-08 17:20:51 +02:00
2019-10-20 01:40:40 +02:00
//@import "~bootstrap-datepicker/dist/css/bootstrap-datepicker.css";
//@import "~bootstrap-timepicker/css/bootstrap-timepicker.css";
2019-06-08 17:20:51 +02:00
// Your custom variables
2020-01-14 23:47:40 +01:00
@import '_variables';
2019-06-08 17:20:51 +02:00
2021-08-04 01:12:53 +02:00
@import '~@a2nt/meta-lightbox-js/src/scss/app';
2020-01-14 23:47:40 +01:00
@import '_components/_ui.bootstrap';
2019-06-08 17:20:51 +02:00
// By default we prefer font awesome CDN
//@import "_components/_ui.fontawesome";
2021-01-31 14:29:24 +01:00
2021-02-21 11:42:04 +01:00
//@import '_components/_ui.lightbox';
//@import '_components/_ui.flyout';
2019-06-08 17:20:51 +02:00
2020-01-14 23:47:40 +01:00
@import '_components/_ui.main';
2021-02-08 01:30:14 +01:00
//@import '_components/_ui.form.basics';
2021-06-29 16:44:09 +02:00
@import '_elements';
2019-06-08 17:20:51 +02:00
// Your custom styling
2020-01-14 23:47:40 +01:00
@import '_typography';
@import '_layout';