Skip to content

Instantly share code, notes, and snippets.

@ashimon83
Created December 4, 2020 12:21
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 ashimon83/78f64f3856f8ad86b70b3b3fd7d14044 to your computer and use it in GitHub Desktop.
Save ashimon83/78f64f3856f8ad86b70b3b3fd7d14044 to your computer and use it in GitHub Desktop.
blog202012 cssmodules_on
.className {
color: green;
background: red;
}
.otherClassName {
composes: className; // .classNameの定義を継承する
color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment