jenil/chota

how to hide if width < 900px

octaltree opened this issue · 1 comments

names for col

  • All columns are 100% for device width < 600px
  • .col and .col-N for all device sizes >= 600px
  • .col-N-md for >= 900px sizes
  • .col-N-lg for >= 1200px sizes

names for hide

  • hide-sm - hides the element for screens <600px
  • hide-md - hides the element for screens >=600px and <=1200px
  • hide-lg - hides the element for screens >=1200px

It's needed between hide-md and hide-lg that hides the element for screens >= 600px and < 900px, isn't it?

jenil commented

Thanks, fixed in v0.6.2