Sha256: 0a35f4697a912d21bcd7e12863a69548610c333eeb89cc821755c2675fe9bac2
Contents?: true
Size: 462 Bytes
Versions: 7
Compression:
Stored size: 462 Bytes
Contents
@import "mixin"; @import "normalize"; @import "helpers"; @import "typography"; @import "grid"; @import "button"; @import "table"; html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background: $body_background; font-family: $body_font_family; font-size: $body_font_size; overflow-x: hidden; &.stop-scrolling { height: 100%; overflow: hidden; } } a { color: $color_main; } li { margin: 3px 0; }
Version data entries
7 entries across 7 versions & 1 rubygems