Skip to content

Commit 256b22c

Browse files
committed
Merge branch 'master' of github.com:siddharthkp/css-constructor
2 parents c612ea4 + c506497 commit 256b22c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

β€ŽREADME.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ export default class Hello extends React.Component {
3939

4040
πŸŽ€ Supports real css
4141

42+
πŸ”₯ use props in css
43+
4244
πŸ”Ό Attaches **inline styles** to the highest element in your component
4345

4446
πŸ’„ Offical library emoji
@@ -47,12 +49,15 @@ export default class Hello extends React.Component {
4749

4850
*Coming soon*
4951

50-
πŸ”₯ use props in css
51-
5252
πŸ™‹ classes instead of inline styles
5353

54+
πŸŒ€ pseudo selectors
55+
5456
πŸ“± media queries support
5557

58+
πŸ‘ͺ nested css
59+
60+
5661
--
5762

5863
#### Usage

0 commit comments

Comments
Β (0)