Skip to content

Compiled CSS is injected too late #45

@AIC-BV

Description

@AIC-BV

The Tailwind UI CSS is injected in the HTML after all our own assets are injected, making it more difficult to override css
I think this is since the latest version?

Event::listen('backend.page.beforeDisplay', function($controller, $action, $params) {
    $controller->addCss('/plugins/aic/extendwinterpages/assets/css/skin-reset.css', 'AIC.v25');
});

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions