dnd-grid
dnd-grid copied to clipboard
Use of !important CSS rule
https://github.com/dattn/dnd-grid/blob/1d4c05bbb540dc71d131a67a63aeb4816f128d69/src/Container.vue#L27
Is !important
necessary here? It's reasonable that one would want to override the default CSS rules of .dnd-grid-box.placeholder
. eg. transition: ease-out 0.2s;
Good point, i need to test that.