Skip to content

Instantly share code, notes, and snippets.

@hellatan
Created August 30, 2015 18:05
Show Gist options
  • Save hellatan/e8937166bf55c8f5f8db to your computer and use it in GitHub Desktop.
Save hellatan/e8937166bf55c8f5f8db to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
// equivelant to `html` selector
.box-sizing-wrapper {
box-sizing: border-box;
}
// equivelant to `*, *::before, *::after` selector
.box-sizing-wrapper *,
.box-sizing-wrapper *::before,
.box-sizing-wrapper *::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.box-sizing-wrapper {
box-sizing: border-box;
}
.box-sizing-wrapper *,
.box-sizing-wrapper *::before,
.box-sizing-wrapper *::after {
box-sizing: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment