Sha256: f4f2cce870513e3fd141a75079c2328a90b599d6c2597c77c8c21fadb353ae21
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
$xl: 1200 !default; $lg: 960 !default; $md: 720 !default; $sm: 600 !default; $xs: 480 !default; @import "minions_rails/mixins/at"; body { @include at(mn) { background-color: aqua } @include at(xs) { background-color: red } @include at(sm) { background-color: blue } @include at(md) { background-color: orange } @include at(lg) { background-color: purple } @include at(xl) { background-color: yellow } }
Version data entries
5 entries across 5 versions & 1 rubygems