Skip to content

Commit

Permalink
drop UiKit requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jun 28, 2021
1 parent 208eaea commit 7cfa393
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"license": "MIT",
"require": {
"flarum/core": "^1.0.0",
"sycho/flarum-uikit": "^0.1.0",
"afrux/flarum-theme-base": "^0.1.0"
},
"require-dev": {
Expand Down
2 changes: 0 additions & 2 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
use Flarum\Frontend\Document;

return [
new \SychO\UiKit\Extend\Register,

new \Afrux\ThemeBase\Extend\Init('afrux-asirem'),
new \Afrux\ThemeBase\Extend\Footer,
new \Afrux\ThemeBase\Extend\UploadableBanner,
Expand Down
2 changes: 1 addition & 1 deletion less/admin/StatisticsWidget.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}

&-change {
.UiKit-Label();
.TagLabel();
font-size: 11px;
vertical-align: middle;
background-color: @control-bg;
Expand Down

0 comments on commit 7cfa393

Please sign in to comment.