Sha256: b36a44d13260eafc144cf0b7b9b6c525c39f5774f38b6eb5aabf687d61cc33af
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
@mixin clearfix() { display: inline-block; &:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } } @mixin border($color: $accent-light-dark, $weight: 1px, $style: solid) { border: $weight $style $color; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-rails-0.1.0 | app/assets/stylesheets/bones/mixins/_globals.scss |