Sha256: 51bb51a48a5573e16cdeaff747c72ed49ffa090ec758d9ab284ae6c94f94c682
Contents?: true
Size: 261 Bytes
Versions: 39
Compression:
Stored size: 261 Bytes
Contents
/// To be used on flex items. Resolves some common layout issues, such as /// text truncation not respecting padding or breaking out of container. /// https://css-tricks.com/flexbox-truncated-text/ @mixin layout-flex-fix { min-width: 0; max-width: 100%; }
Version data entries
39 entries across 39 versions & 1 rubygems