Created
March 25, 2021 15:52
-
-
Save bengrunfeld/578e782370efde62c5e5dfbe0b680a77 to your computer and use it in GitHub Desktop.
Vanilla CSS/SASS Stylesheet
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 characters
// styles.css, Line: 45 | |
.btn { color: blue; } | |
const Button = () => <button className="btn">Click Me</button> | |
// Another developer overwrites later on in styles.css, Line: 650 | |
.btn { color: green; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment