Skip to content

Commit 7e4ee8c

Browse files
committed
switch from less to css
1 parent 4a2c838 commit 7e4ee8c

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

module/MOD-INF/controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function init() {
6060
"index/styles",
6161
module,
6262
[
63-
"styles/commons-importing-controller.less",
63+
"styles/commons-importing-controller.css",
6464
"externals/suggest/css/suggest-4_3.min.css"
6565
]
6666
);
@@ -70,7 +70,7 @@ function init() {
7070
"project/styles",
7171
module,
7272
[
73-
"styles/thumbnails.less"
73+
"styles/thumbnails.css"
7474
]
7575
);
7676

File renamed without changes.

0 commit comments

Comments
 (0)