Sha256: 26a424cd58921649b68d746c78aff5b97358dfda257a9308dd8e7dba880f64aa
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: #{$xl - 1}px) { .gc-white\@\!xl { background-color: $white } .gc-navy\@\!xl { background-color: $navy } .gc-blue\@\!xl { background-color: $blue } .gc-aqua\@\!xl { background-color: $aqua } .gc-teal\@\!xl { background-color: $teal } .gc-olive\@\!xl { background-color: $olive } .gc-green\@\!xl { background-color: $green } .gc-lime\@\!xl { background-color: $lime } .gc-yellow\@\!xl { background-color: $yellow } .gc-orange\@\!xl { background-color: $orange } .gc-red\@\!xl { background-color: $red } .gc-maroon\@\!xl { background-color: $maroon } .gc-fuchsia\@\!xl { background-color: $fuchsia } .gc-purple\@\!xl { background-color: $purple } .gc-gray\@\!xl { background-color: $gray } .gc-silver\@\!xl { background-color: $silver } .gc-black\@\!xl { background-color: $black } }
Version data entries
6 entries across 6 versions & 1 rubygems