mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
LESS variables and mixins are now included by default
This commit is contained in:
@@ -32,8 +32,6 @@ return [
|
|||||||
(new Extend\Frontend('embed'))
|
(new Extend\Frontend('embed'))
|
||||||
->js(__DIR__.'/js/dist/forum.js')
|
->js(__DIR__.'/js/dist/forum.js')
|
||||||
->css(__DIR__.'/less/forum.less')
|
->css(__DIR__.'/less/forum.less')
|
||||||
->css(base_path().'/vendor/flarum/core/less/common/variables.less')
|
|
||||||
->css(base_path().'/vendor/flarum/core/less/common/mixins.less'),
|
|
||||||
|
|
||||||
function (Factory $view) {
|
function (Factory $view) {
|
||||||
$view->addNamespace('flarum-embed', __DIR__.'/views');
|
$view->addNamespace('flarum-embed', __DIR__.'/views');
|
||||||
|
Reference in New Issue
Block a user