Skip to content

Instantly share code, notes, and snippets.

@lior-amsalem
Created July 16, 2022 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lior-amsalem/b08d7c474238e8a3d3d49f6917c6d1c1 to your computer and use it in GitHub Desktop.
Save lior-amsalem/b08d7c474238e8a3d3d49f6917c6d1c1 to your computer and use it in GitHub Desktop.
// 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