mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Move src assets files out of dist folder, clean up grunt and related files, separate functions and mixins scss...
This commit is contained in:
19
assets/styles/generic/_generic.scss
Normal file
19
assets/styles/generic/_generic.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
// ==========================================================================
|
||||
// Generic resets
|
||||
// ==========================================================================
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*, *:before, *:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
iframe,
|
||||
img,
|
||||
svg,
|
||||
video {
|
||||
vertical-align: middle;
|
||||
}
|
||||
Reference in New Issue
Block a user