Sha256: 731d349fa2f67055f54d5ed27a66b1c93a0757db0e34e121945a7ccddeef3090
Contents?: true
Size: 412 Bytes
Versions: 9
Compression:
Stored size: 412 Bytes
Contents
// A collection of mixins used in Codelation Rails projects // https://codelation.com $mobile-breakpoint: 767px !default; @import "bourbon/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
9 entries across 9 versions & 1 rubygems