Last active
October 22, 2017 11:20
-
-
Save epegzz/8b2b0f4cdc530087c8f2cacf90500cc8 to your computer and use it in GitHub Desktop.
CSS inline styles, CSS Modules, ReactRouter 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container { padding: 10px; } | |
.title { color: "red"; font-size: 24px; } | |
.body { font-size: 15px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment