Sha256: adc03da15a1d7e0277f6ba720e5fab9fa86ead2dfa9a999a7b3372d3afb1089d
Contents?: true
Size: 961 Bytes
Versions: 2
Compression:
Stored size: 961 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 progress-bar { ::-webkit-progress-value { @content; } ::-moz-progress-bar { @content; } } @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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sass-zero-1.0.8 | app/assets/stylesheets/sass-zero/mixins.scss |
sass-zero-1.0.7 | app/assets/stylesheets/sass-zero/mixins.scss |