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