artistry
Version:
A powerful and configurable stylesheet
28 lines • 411 B
text/stylus
@require "../settings.styl";
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
html,
body {
margin: 0;
padding: 0;
border: 0;
}
html {
font-family: $default-font-family;
color: $black;
}
iframe {
margin: 0;
padding: 0;
border: 0;
}
// TODO: Should we include this here?
[hidden] {
display: none ;
}