Random Question about GlobalStyle
August 20, 2021 at 12:17pmRandom Question about GlobalStyle
August 20, 2021 at 12:17pmis it possible to import a GlobalStyle from another library which has been created using createGlobalStyle and extend with some more styles?
cont { GlobalStyle } from "another-library";
const ExtendGlobal = styled(GlobalStyle)
select { background-color: #f60; }