Sha256: 04af16596b8f1dbf5f5acaf0fbd10a7c716830b6aabffde0bd8449ee3f189c64
Contents?: true
Size: 478 Bytes
Versions: 3
Compression:
Stored size: 478 Bytes
Contents
@mixin ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } @mixin antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @mixin subpixel-antialiased { -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; } @mixin make-container($padding-x, $max-width) { padding-right: $padding-x; padding-left: $padding-x; margin-right: $size-auto; margin-left: $size-auto; max-width: $max-width; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sass-zero-0.0.31 | app/assets/stylesheets/sass-zero/mixins.scss |
sass-zero-0.0.30 | app/assets/stylesheets/sass-zero/mixins.scss |
sass-zero-0.0.29 | app/assets/stylesheets/sass-zero/mixins.scss |