Sha256: 9cd37c162828604322ec42ce9397ddd470b531ef2d0a1a47f545da078a4ed95d
Contents?: true
Size: 351 Bytes
Versions: 35
Compression:
Stored size: 351 Bytes
Contents
@import "setup"; .border-width-all { @include border-width(1px); } .border-width-alternate { @include border-width(2px 3px); } .border-width-implied-left { @include border-width(4px 5px 6px); } .border-width-explicit { @include border-width(7px 8px 9px 10px); } .border-width-false-third { @include border-width(11px 12px null 13px); }
Version data entries
35 entries across 35 versions & 4 rubygems