Sha256: 29019ba5d4cb4fa908255aea77e01b4aab541ae2f1bb360508ff2ff57f3fb3f6
Contents?: true
Size: 726 Bytes
Versions: 7
Compression:
Stored size: 726 Bytes
Contents
/*! minions.css | MIT License | https://github.com/chantastic/minions.css */ @media (min-width: #{$md}px) { .w-a\@md { width: auto } .w-mc\@md { width: max-content } .w-nc\@md { width: min-content } .w-fc\@md { width: fit-content } .w-i\@md { width: initial } .w-u\@md { width: unset } .w-10\%\@md { width: 10% } .w-20\%\@md { width: 20% } .w-25\%\@md { width: 25% } .w-30\%\@md { width: 30% } .w-33\%\@md { width: 33% } .w-40\%\@md { width: 40% } .w-50\%\@md { width: 50% } .w-60\%\@md { width: 60% } .w-66\%\@md { width: 66% } .w-70\%\@md { width: 70% } .w-75\%\@md { width: 75% } .w-80\%\@md { width: 80% } .w-90\%\@md { width: 90% } .w-100\%\@md { width: 100% } }
Version data entries
7 entries across 7 versions & 1 rubygems