Created
May 20, 2024 16:26
-
-
Save SarahElson/9b9d2c4ad852832958d747539cd3b875 to your computer and use it in GitHub Desktop.
How to Use CSS Modules With React Applications
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
.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