dnomak / flexiblegs-scss-plus

Flexible Grid System Scss Plus
https://dnomak.com/flexiblegs/install/scss-plus/
MIT License
1.35k stars 131 forks source link

add class .*-table and .*-not-table #21

Closed dnomak closed 9 years ago

dnomak commented 9 years ago

example

.xl-table {
  display: table;
  table-layout: fixed;
}
.xl-table > * {
  display: table-cell;
}
.xl-not-table {
  display: block;
  table-layout: auto;
}
.xl-not-table > * {
  display: inline-block;
}
dnomak commented 9 years ago

https://github.com/flexiblegs/flexiblegs-css/commit/e79ea3728440b42293ec03ed8b01c2ee87ff52fd