Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Created March 25, 2021 15:52
Show Gist options
  • Save bengrunfeld/578e782370efde62c5e5dfbe0b680a77 to your computer and use it in GitHub Desktop.
Save bengrunfeld/578e782370efde62c5e5dfbe0b680a77 to your computer and use it in GitHub Desktop.
Vanilla CSS/SASS Stylesheet
// 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