Skip to content

Instantly share code, notes, and snippets.

@epegzz
Created October 22, 2017 18:00
Show Gist options
  • Save epegzz/c2a8a76c426946056a0ea647a71a3b44 to your computer and use it in GitHub Desktop.
Save epegzz/c2a8a76c426946056a0ea647a71a3b44 to your computer and use it in GitHub Desktop.
CSS inline styles, CSS Modules, ReactRouter 2
.my-component-container { padding: 10px; }
.my-component-title { color: "red"; font-size: 24px; }
.my-component-body { font-size: 15px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment