18 lines
736 B
Plaintext
18 lines
736 B
Plaintext
/* This file is just a starter for the less compiler. Is is used by the
|
|
javascript based onthefly compiler during development as well as the
|
|
java based compiler during the theme publication.
|
|
|
|
It contains just an import statement which refers to
|
|
the less file which defines the file for the selected
|
|
theme variant.
|
|
|
|
Modify the import statement accordingly!
|
|
*/
|
|
// @import "libre-blue.less"; // the default graphical variant
|
|
|
|
@import "aplaws.less"; // aplaws project site
|
|
// @import "libreccm.less"; // Libre Foundation site
|
|
// @import "librecms.less"; // librecms project site
|
|
// @import "scicms-def.less"; // ScientificCMS distribution default theme
|
|
// @import "scicms.less"; // ScientificCMS project site
|