Sha256: 7da183038cf8d7ae9073ac8bddcbb905e78fe551bfec0fe47b4a0f3222c4f231
Contents?: true
Size: 368 Bytes
Versions: 6
Compression:
Stored size: 368 Bytes
Contents
// A collection of mixins used in Codelation Rails projects // https://codelation.com @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
6 entries across 6 versions & 1 rubygems