Duplicate Bootstrap css #17126
-
Hello guys. |
Beta Was this translation helpful? Give feedback.
Answered by
jamesmosier
Sep 15, 2020
Replies: 1 comment 1 reply
-
You're correct, it should only be in there once. Although it would be possible to use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
skiabox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're correct, it should only be in there once. Although it would be possible to use the
key
property to ensure no duplicate tags are rendered, per the docs. But in this case the<link />
tag will import bootstrap css twice.