Sha256: 743073e513c11d2681b0ddaef25465022ceafd840b449bbb4f53fd2997dab807
Contents?: true
Size: 344 Bytes
Versions: 8
Compression:
Stored size: 344 Bytes
Contents
@mixin component { // easier width determination for components @include box-sizing(border-box); // each component should be the positioning // relative for included elements @include positioned(relative); // each component should be side-effect free, // so included elements should not leave the // component context. overflow: hidden; }
Version data entries
8 entries across 8 versions & 1 rubygems