Sha256: 0da2504e55adaeb0c708ae82fcd6cbd0ed5fe6d23a7fd9fed1f1143c7e3d8fcb
Contents?: true
Size: 990 Bytes
Versions: 1
Compression:
Stored size: 990 Bytes
Contents
/*! minions.css | MIT License | https://github.com/chantastic/minions.css */ /* color design by @mrmrs. https://github.com/mrmrs/colors */ @media (min-width: #{$xs}px) { .gc-white\@xs { background-color: #ffffff } .gc-navy\@xs { background-color: #001f3f } .gc-blue\@xs { background-color: #0074d9 } .gc-aqua\@xs { background-color: #7fdbff } .gc-teal\@xs { background-color: #39cccc } .gc-olive\@xs { background-color: #3d9970 } .gc-green\@xs { background-color: #2ecc40 } .gc-lime\@xs { background-color: #01ff70 } .gc-yellow\@xs { background-color: #ffdc00 } .gc-orange\@xs { background-color: #ff851b } .gc-red\@xs { background-color: #ff4136 } .gc-maroon\@xs { background-color: #85144b } .gc-fuchsia\@xs { background-color: #f012be } .gc-purple\@xs { background-color: #b10dc9 } .gc-gray\@xs { background-color: #aaaaaa } .gc-silver\@xs { background-color: #dddddd } .gc-black\@xs { background-color: #111111 } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minions_rails-0.0.2 | app/assets/stylesheets/minions_rails/scss/background-color-xs.scss |