@uswds/uswds
Version:
Open source UI components and visual style guide for U.S. government websites
28 lines (22 loc) • 402 B
HTML
<meta name="robots" content="noindex,nofollow" />
<meta name="viewport" content="width=device-width" />
<!-- Global styles -->
<style>
#root {
box-sizing: border-box;
}
#root * {
box-sizing: border-box ;
}
* {
box-sizing: border-box ;
}
#root *:before,
#root *:after {
box-sizing: inherit;
}
html,
body {
font-size: 16px;
}
</style>