Skip to content

Instantly share code, notes, and snippets.

@mohandere
Last active May 30, 2018 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohandere/348d30a3b922b8e78a98ce4dde12b032 to your computer and use it in GitHub Desktop.
Save mohandere/348d30a3b922b8e78a98ce4dde12b032 to your computer and use it in GitHub Desktop.
App.css - Obfuscate CSS class names in Create React App without eject
// File - src/App.css
.App {
text-align: center;
}
.AppLogo {
height: 80px;
}
.AppHeader {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.AppTitle {
font-size: 1.5em;
}
.AppIntro {
font-size: large;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment