Created
July 16, 2022 11:06
-
-
Save lior-amsalem/b08d7c474238e8a3d3d49f6917c6d1c1 to your computer and use it in GitHub Desktop.
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
// myComponent.scss | |
.my-component-wrapper { | |
/// our encapsulated code goes here | |
} | |
// myComponent.jsx | |
Import './my-component.css'; | |
export default const MyComponent = () => { | |
// my component code | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment