Back

Version 2

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