Sha256: 6dbe7db2cb437996b0a66ddb861694606156e23709145476a677acd69c14db2d
Contents?: true
Size: 496 Bytes
Versions: 7
Compression:
Stored size: 496 Bytes
Contents
@mixin clearfix() { display: inline-block; &:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } } @mixin border($color: $color-light-dark, $weight: 1px, $style: solid) { border: $weight $style $color; } * { font-family: $default-fontFamily; font-size: $default-fontSize; font-weight: $default-fontWeight; color: $default-color; line-height: $default-lineHeight; } .clearfix { @include clearfix(); }
Version data entries
7 entries across 7 versions & 1 rubygems