These are chat archives for
japgolly/scalacss
25
th
Aug 2016
Toggle Heatmap
Sign in to start talking
japgolly/scalacss
Scala CSS
Guillaume Massé
@MasseGuillaume
Aug 25 2016 15:54 UTC
hey is it possible to have something like "a, b" as selector in Standalone ?
in less/sass when they are nested they explode:
p { a, b { x : 1 } } => p a, p b { x: 1 }
or
p a { x : 1 }
p b { x: 1 }
_