USDA-FSA / fsa-style

CSS Implementation of USDA's FPAC Design System
http://usda-fsa.github.io/fsa-style/
Other
11 stars 8 forks source link

Add XL scope to Grid System #420

Closed francisrupert closed 4 years ago

francisrupert commented 4 years ago

Currently limited to just...

@include breakpoint(S) {
  @include fsa-grid(\@s);
}
@include breakpoint(M) {
  @include fsa-grid(\@m);
}
@include breakpoint(L) {
  @include fsa-grid(\@l);
}

Add

@include breakpoint(XL) {
  @include fsa-grid(\@xl);
}