Questions tagged [bs-css]

Use for questions relating to the bs-css BuckleScript bindings, always along with the [bucklescript] tag, and optionally with [glamor].

bs-css is a set of bindings for .

1 questions
2
votes
1 answer

What's the bs-css child selector equivalent of sass child selector?

I currently have some SASS I'm trying to convert to use bs-css (7.3). The sass looks like .checkbox { svg { height: 28px; width: 28px; } } I've tried using open Css; let checkbox = style([ …
wegry
  • 7,046
  • 6
  • 39
  • 59