Sha256: 93700aa20028ec6a471a45c02ed7540a63f4c3f43e6ae59fb7c24abf5998a19f
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
@if $min-grid-ie7-support-enable { *, *:before, *:after { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } } @if $min-grid-ie7-support-enable == false { *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } } img { height: auto; max-width: 100%; } html.svg .svg-fallback { display: none; } html.no-svg .svg-main { display: none; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minable-0.1.2 | app/assets/stylesheets/minable/layout/_global.scss |
minable-0.1.1 | app/assets/stylesheets/minable/_global.scss |