mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
22 lines
566 B
SCSS
22 lines
566 B
SCSS
|
@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";
|