this code would work in normal css:
padding: 10 5 15 20
but in jsx inline style for react it won't also, I cannot:
styles.p: first-of-type {
color: red
}
I don't want to make a css file, so I want to style from each component. help?
this code would work in normal css:
padding: 10 5 15 20
but in jsx inline style for react it won't also, I cannot:
styles.p: first-of-type {
color: red
}
I don't want to make a css file, so I want to style from each component. help?