[COMPONENTS][CSS] Adding components styling properly.

This commit is contained in:
2021-10-01 17:25:51 +01:00
parent 441c411efe
commit d38ad60c76
15 changed files with 101 additions and 133 deletions

View File

@@ -94,7 +94,7 @@ class Cover extends Plugin
*/
public function onStartShowStyles(array &$styles): bool
{
$styles[] = 'cover/cover.css';
$styles[] = 'assets/css/cover.css';
return Event::next;
}
}