1
0
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:
Antoine Boulanger
2016-03-11 11:02:59 -05:00
parent f9358916d5
commit 9ccc53de8a
62 changed files with 123 additions and 1250 deletions

View 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;
}