reinerBa / Vue-Responsive

A plugin for responsive handling with vue.js
https://reinerba.github.io/Vue-Responsive/dist/
MIT License
99 stars 6 forks source link

Not working with Flex class #12

Closed alexauvray closed 2 years ago

alexauvray commented 4 years ago

Not working when d-flex from Bootstrap is added as a class on the same element as the one with v-responsive directive

reinerBa commented 2 years ago

Thanks for the hint @alexauvray ! That's because the d-flex class sets display: flex !important; with the !important flag. This library should use the flag tool :)