Financial-Times / o-grid

Responsive grid system
http://registry.origami.ft.com/components/o-grid
93 stars 14 forks source link

Update readme to say whether $until is inclusive #123

Closed callumlocke closed 8 years ago

callumlocke commented 8 years ago
@include oGridRespondTo($from: M, $until: L) {
  // ...
}

is that for M and L? or just M?

kaelig commented 8 years ago

See https://github.com/sass-mq/sass-mq, especially this section of the documentation: https://github.com/sass-mq/sass-mq#responsive-mode-on-default

If it were inclusive, the parameter would be $through.