Sha256: 0711f437af270eeb5773564a378d3b0983c77aaec95a7682b3c7ebd887a002b5
Contents?: true
Size: 1010 Bytes
Versions: 6
Compression:
Stored size: 1010 Bytes
Contents
/*! minions.css | MIT License | https://github.com/chantastic/minions.css */ /* color design by @mrmrs. https://github.com/mrmrs/colors */ @media (max-width: #{$xs - 1}px) { .gc-white\@\!xs { background-color: $white } .gc-navy\@\!xs { background-color: $navy } .gc-blue\@\!xs { background-color: $blue } .gc-aqua\@\!xs { background-color: $aqua } .gc-teal\@\!xs { background-color: $teal } .gc-olive\@\!xs { background-color: $olive } .gc-green\@\!xs { background-color: $green } .gc-lime\@\!xs { background-color: $lime } .gc-yellow\@\!xs { background-color: $yellow } .gc-orange\@\!xs { background-color: $orange } .gc-red\@\!xs { background-color: $red } .gc-maroon\@\!xs { background-color: $maroon } .gc-fuchsia\@\!xs { background-color: $fuchsia } .gc-purple\@\!xs { background-color: $purple } .gc-gray\@\!xs { background-color: $gray } .gc-silver\@\!xs { background-color: $silver } .gc-black\@\!xs { background-color: $black } }
Version data entries
6 entries across 6 versions & 1 rubygems