1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
Files
locomotive-boilerplate/assets/styles/generic/_generic.scss

20 lines
334 B
SCSS
Raw Normal View History

// ==========================================================================
// Generic resets
// ==========================================================================
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}