Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

CSS vendors are added after base.css #32

Closed
tonifisler opened this issue Sep 25, 2018 · 0 comments
Closed

CSS vendors are added after base.css #32

tonifisler opened this issue Sep 25, 2018 · 0 comments
Labels

Comments

@tonifisler
Copy link
Member

You can't override the vendors CSS when the vendors are after our CSS, I don't know how we never encountered any issues with this before now 🤔

if (config.vendors.css) {
$(`
<link rel="stylesheet" href="css/vendors.min.css">
`).appendTo('head');
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants