dattn / dnd-grid

A vuejs grid with draggable and resizable boxes
MIT License
308 stars 48 forks source link

Use of !important CSS rule #29

Open jennydaman opened 6 years ago

jennydaman commented 6 years ago

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;

dattn commented 6 years ago

Good point, i need to test that.