Skip to content

Instantly share code, notes, and snippets.

@jhnns
Created March 1, 2019 15:16
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 jhnns/535352f94e6a928055d39a29f9a983a3 to your computer and use it in GitHub Desktop.
Save jhnns/535352f94e6a928055d39a29f9a983a3 to your computer and use it in GitHub Desktop.
Medium code example
.name {
background: hotpink;
}
// "hidden" person.js module
module.exports = {
name: "person_name_jx3k" // <-- that's the generated class name
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment