Hey, i was wondering why isn't xs={12} set as default prop in Col.
Makes more sense to define the first breakpoint that its value is different than "12".
For example instead of this
i could just write
Because with no default breakpoint value i have to write xs={12} to all my components.
Hey, i was wondering why isn't
xs={12}set as default prop inCol.Makes more sense to define the first breakpoint that its value is different than "12".
For example instead of this
i could just write
Because with no default breakpoint value i have to write
xs={12}to all my components.