Back

Version 3

8/12/2023
const baseCSS = `
* {
box-sizing: border-box;
}
body {
font-family: sans-serif;
margin: 0;
}
`;
Updated: October 23, 2023