demarches-normaliennes/app/assets/stylesheets/custom_reset.scss
2021-02-02 15:26:11 +01:00

23 lines
214 B
SCSS

@import "colors";
@import "placeholders";
html,
body {
height: 100%;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a {
@extend %outline;
text-decoration: none;
}