Created
January 29, 2022 08:53
-
-
Save phatnguyenuit/c8ce41918653966bbf2a21dd6a15e665 to your computer and use it in GitHub Desktop.
How to build a React library with TypeScript - my-react-package hello/styles.module.css
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
.helloCss { | |
margin: 0; | |
padding: 0; | |
color: red; | |
font-weight: bold; | |
font-size: 2rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment