Questions tagged [glamor]

Use for questions relating to the CSS-in-JS library, usually along with [javascript] if code is involved and optionally along with [css] if related to css semantics.

glamor is a -in- library

2 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
1
vote
0 answers

Using CSS property content to read value from an attribute using glamor

Using glamor (css framework) and react, I want to style something to show the content of an attribute like this:
...some text
Then for the toolTip style i have something like…
Per Hornshøj-Schierbeck
  • 15,097
  • 21
  • 80
  • 101