Skip to content

Instantly share code, notes, and snippets.

@AmruthPillai
Last active July 7, 2020 17:15
Show Gist options
  • Save AmruthPillai/b86fff52ce59ae3c9df4454a1e1a1521 to your computer and use it in GitHub Desktop.
Save AmruthPillai/b86fff52ce59ae3c9df4454a1e1a1521 to your computer and use it in GitHub Desktop.
Import CSS Module with Current React Component Name
{
"Import CSS Module": {
"prefix": "imcss",
"body": [
"import styles from \"./$TM_FILENAME_BASE.module.css\";",
"$2",
],
"description": "Import CSS Module with Current React Component Name"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment