Sha256: 2746aadc9eec46c2b28c03acc8b5622c5c17ef1d30d213303b777d74023f29c3
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 Bytes
Contents
* { font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; } @mixin transition-all { @include transition(all 0.25s ease-in-out); } @mixin clear-list { list-style-type: none; margin: 0; padding: 0; li { margin: 0; padding: 0; a { margin: 0; padding: 0; } } } @mixin icon { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
Version data entries
3 entries across 3 versions & 1 rubygems