Sha256: ca543092da435bf3f328ea418355ef06a5909c228e9bcb4321c20bead49060df
Contents?: true
Size: 846 Bytes
Versions: 10
Compression:
Stored size: 846 Bytes
Contents
@import "sass-zero/variables/border"; @import "sass-zero/variables/effects"; @import "sass-zero/variables/spacing"; @import "sass-zero/variables/zindex"; @mixin antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @mixin subpixel-antialiased { -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; } @mixin ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } @mixin outline-none { outline: 2px solid transparent; outline-offset: 2px; } @mixin outline-white { outline: 2px dotted white; outline-offset: 2px; } @mixin outline-black { outline: 2px dotted black; outline-offset: 2px; } @mixin make-container($padding-x: $size-4) { width: 100%; padding-right: $padding-x; padding-left: $padding-x; margin-right: auto; margin-left: auto; }
Version data entries
10 entries across 10 versions & 1 rubygems