6. Global Style
keyword
Reset CSS
styled-reset 편하다.import { Reset } from "styled-reset";
export default function App() {
return (
<>
<Reset />
<GlobalStyle />
<Greeting />
</>
);
}Theme
Last updated