Skip to content

Instantly share code, notes, and snippets.

@phatnguyenuit
Created January 29, 2022 08:53
Show Gist options
  • Save phatnguyenuit/c8ce41918653966bbf2a21dd6a15e665 to your computer and use it in GitHub Desktop.
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
.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