UNPKG

react-css-components

Version:

Define styled React components using CSS based module format

19 lines (15 loc) 176 B
Root { padding: 10px; font-family: Menlo; } Header { font-size: 200%; font-weight: bold; color: black; :hover { color: red; } } Content { color: #444; }