mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
381 B
13 lines
381 B
//All skins in one file
|
|
@import "skin-blue.less";
|
|
@import "skin-blue-light.less";
|
|
@import "skin-black.less";
|
|
@import "skin-black-light.less";
|
|
@import "skin-green.less";
|
|
@import "skin-green-light.less";
|
|
@import "skin-red.less";
|
|
@import "skin-red-light.less";
|
|
@import "skin-yellow.less";
|
|
@import "skin-yellow-light.less";
|
|
@import "skin-purple.less";
|
|
@import "skin-purple-light.less"; |