Open soaresdude opened 5 years ago
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. Were the style sheets not included at all? Were they included but still not scoped properly?
@BrockReece I didn't mean to be rude, sorry. Yeah, they weren't included using the src property.
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.