This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Bootswatch override global css #194
Comments
Does the following work? <style scoped src="../../assets/bootstrap.min.css"></style>
<style scoped src="~fullcalendar/dist/fullcalendar.min.css"></style> |
@BrockReece Just tried and it didn't worked :( |
Sorry, didn't work in what way? |
@BrockReece No, neither of them worked the way you wrote here. |
I was trying to get a better idea of what didn't work with my suggestion so I can better help you. |
@BrockReece I didn't mean to be rude, sorry. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the following
style
tag:Where the first import is including the Cosmo Bootswatch theme for the fullcalendar. My problem is that this CSS file is overriding my Bulma class, even though is inside
style scoped
.Anyone knows how to restrict Bootswatch CSS scope to only the calendar?
PS.: Bootswatch is overriding a component that's outside the component I'm working on.
The text was updated successfully, but these errors were encountered: