Sha256: d53862e096ee291a8ed0cfa589981720452d7bd84afbed2c9e3f32d30c7523ee
Contents?: true
Size: 404 Bytes
Versions: 1
Compression:
Stored size: 404 Bytes
Contents
// A collection of mixins used in Codelation Rails projects // https://codelation.com $mobile-breakpoint: 767px !default; @import "bourbon"; @import "codelation/functions/**/*"; @import "codelation/mixins/**/*"; @import "normalize"; // Border Box by default for all elements html { // http://bit.ly/1qk2tVR box-sizing: border-box; } * { &, &::after, &::before { box-sizing: inherit; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codelation_assets-0.3.0 | app/assets/stylesheets/codelation.scss |