reinerBa / Vue-Responsive

A plugin for responsive handling with vue.js

Home Page:https://reinerba.github.io/Vue-Responsive/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with Flex class

alexauvray opened this issue · comments

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

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 :)