We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0286fe5 commit 6694ddaCopy full SHA for 6694dda
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# Styled Components on top of JSS.
+# Styled Components on top of JSS
2
3
## Usage
4
@@ -18,9 +18,9 @@ const PrimaryButton = styled(Button, {
18
})
19
```
20
21
-### With base style sheet
+### With base Style Sheet
22
23
-Using base style sheet we can share classes between styled primitives.
+Using base Style Sheet we can share classes between styled primitives.
24
25
```js
26
import Styled from 'styled-jss'
@@ -77,3 +77,7 @@ export const styled = prepareStyled(injectSheet)
77
const Styled = setStyledCreator(styled)
78
export default Styled
79
80
+
81
+## License
82
83
+MIT
0 commit comments