Skip to content

Commit 7cfa393

Browse files
committed
drop UiKit requirement
1 parent 208eaea commit 7cfa393

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Diff for: composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"license": "MIT",
99
"require": {
1010
"flarum/core": "^1.0.0",
11-
"sycho/flarum-uikit": "^0.1.0",
1211
"afrux/flarum-theme-base": "^0.1.0"
1312
},
1413
"require-dev": {

Diff for: extend.php

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
use Flarum\Frontend\Document;
1616

1717
return [
18-
new \SychO\UiKit\Extend\Register,
19-
2018
new \Afrux\ThemeBase\Extend\Init('afrux-asirem'),
2119
new \Afrux\ThemeBase\Extend\Footer,
2220
new \Afrux\ThemeBase\Extend\UploadableBanner,

Diff for: less/admin/StatisticsWidget.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585

8686
&-change {
87-
.UiKit-Label();
87+
.TagLabel();
8888
font-size: 11px;
8989
vertical-align: middle;
9090
background-color: @control-bg;

0 commit comments

Comments
 (0)