Sha256: 3205a9796f05e012baf6f1c547e89a2ebcf18c98dde8bcda57ecb18136c87599
Contents?: true
Size: 520 Bytes
Versions: 7
Compression:
Stored size: 520 Bytes
Contents
//= require normalize // http://www.paulirish.com/2012/box-sizing-border-box-ftw/ // apply a natural box layout model to all elements *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @import "application/settings"; html { // Make everything look a little nicer in webkit -webkit-font-smoothing: antialiased; @import "application/typography"; }
Version data entries
7 entries across 7 versions & 1 rubygems