AdminLTE/build/scss/parts/_components.scss
XhmikosR 3d87e3c4cb Adhere to the Stylelint rules.
Also, re-use some of the color variables while at it.
2020-06-01 14:09:56 +03:00

15 lines
245 B
SCSS

//
// Part: Components
//
@import "../forms";
@import "../progress-bars";
@import "../cards";
@import "../modals";
@import "../toasts";
@import "../buttons";
@import "../callout";
@import "../alerts";
@import "../table";
@import "../carousel";