kdf
Version:
31 lines (25 loc) • 910 B
text/coffeescript
module.exports = [
"./src/themes/reset.css",
# Style functions ---
"./src/themes/default/kdfn.styl",
# Default Theme
"./src/themes/default/kd.styl",
"./src/themes/default/kd.input.styl",
"./src/themes/default/kd.treeview.styl",
"./src/themes/default/kd.contextmenu.styl",
"./src/themes/default/kd.dialog.styl",
"./src/themes/default/kd.buttons.styl",
"./src/themes/default/kd.scrollview.styl",
"./src/themes/default/kd.modal.styl",
"./src/themes/default/kd.progressbar.styl",
"./src/themes/default/kd.sliderbar.styl",
"./src/themes/default/kd.form.styl",
"./src/themes/default/kd.tooltip.styl",
"./src/themes/default/kd.dia.styl",
"./src/themes/default/kd.slide.styl",
"./src/themes/default/kd.counter.styl",
"./src/themes/default/kd.scrollview.styl",
"./src/themes/default/kd.fileuploader.styl"
# helpers should be the last one
"./src/themes/helpers.css",
]