Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created May 20, 2024 16:26
Show Gist options
  • Save SarahElson/9b9d2c4ad852832958d747539cd3b875 to your computer and use it in GitHub Desktop.
Save SarahElson/9b9d2c4ad852832958d747539cd3b875 to your computer and use it in GitHub Desktop.
How to Use CSS Modules With React Applications
.app{
min-height: 100vh;
background-color: #fafafa;
width: 100%;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment