Last active
January 10, 2020 10:41
-
-
Save jscodelover/ba8ba40e8462de6adf19e84819c43846 to your computer and use it in GitHub Desktop.
Revisions
-
jscodelover revised this gist
Jan 10, 2020 . No changes.There are no files selected for viewing
-
jscodelover created this gist
Dec 27, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ /* css */ .header { background: #453434; /* overrided */ } // JSX <Div className="header sc-wS45d" /> const Div = styled.div` &&& { background: white; /* applied */ }