Sha256: a2b189ce73e26808a8d9dcc01c0a3a54c62597dcf6b1741526b1ace8d0048250
Contents?: true
Size: 435 Bytes
Versions: 17
Compression:
Stored size: 435 Bytes
Contents
// Box shadow utilities // stylelint-disable primer/selector-no-utility // Box shadows .box-shadow { box-shadow: $box-shadow !important; } .box-shadow-medium { box-shadow: $box-shadow-medium !important; } .box-shadow-large { box-shadow: $box-shadow-large !important; } .box-shadow-extra-large { box-shadow: $box-shadow-extra-large !important; } // Turn off box shadow .box-shadow-none { box-shadow: none !important; }
Version data entries
17 entries across 17 versions & 3 rubygems