<div class="sm">sm</div>
<div class="md">md</div>
@@ -551,37 +567,6 @@ toRem(10px 10px 0 0);
Documentation: http://reflexgrid.com/docs/
Github: https://github.com/leejordan/reflex
-
-
-
- Media Queries
-
-
- For Media Queries uses the Breakpoints from the Reflex Grid.
-
-
- - xs 576px
- - sm 768px
- - md 992px
- - lg 1200px
- - xlg 1600px
-
-
- You can uses a Mixin to add styles to an Breakpoint.If you want
- that a style only belong to one Breakpoints "-only", otherwise it is
- Mobile First.
-
-
-
- Sass:
-
- @include crispy__media-md() {
- <!-- your code -->
-}
-
-@include crispy__media-md-only() {
- <!-- your code -->
-}