kristoferjoseph / flexboxgrid

Grid based on CSS3 flexbox

Home Page:http://flexboxgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repeated code

syedsimanta03 opened this issue · 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

commented

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