Skip to content

Instantly share code, notes, and snippets.

@mehuljariwala
Last active March 6, 2020 04:36
Show Gist options
  • Save mehuljariwala/e1455242e75e3ff4e6967410148ae50a to your computer and use it in GitHub Desktop.
Save mehuljariwala/e1455242e75e3ff4e6967410148ae50a to your computer and use it in GitHub Desktop.
JSX Pointing another classname Example.
AddList:{
display: 'flex',
}
floatingButtonWrap:{
display: 'flex',
}
card: {
display: 'flex',
justifyContent: 'space-between',
'& $AddList': {
display: 'inline-block'
},
'& $floatingButtonWrap': {
display: 'inline-block'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment