kristoferjoseph/flexboxgrid

Repeated code

syedsimanta03 opened this issue · 1 comments

Briefly ( tweet size ) describe your issue and how you discovered it.

check the core dev written file/dev version on dist folder
...

Expected behavior

not repeated code
...

Actual behavior

so many repeated code like xs and sm all using same property values. xs-offset-6 and sm-offset-6 are taking the same property values. so we can just name it offset-6
...

Steps to reproduce behavior

just check the code on dist

This is very much on purpose.
The xs- and sm- refer to media queries so you can set different properties for different screen sizes.