You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While there could be some use that I'm missing, perhaps there should be an option to default to ::before? Or maybe there's some feature I'm missing (most likely)? Wanted some thoughts on this, if there isn't already a way to do this. Sure, I could use scss and @extend the class before the parent, but that's no good for inline use.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was playing around with remixicon, and I noticed something odd, that makes the use unintuitive:
This overrides the font of a parent object, while the icons are still placed before the parent element. In my project, I rewrote this as such:
While there could be some use that I'm missing, perhaps there should be an option to default to ::before? Or maybe there's some feature I'm missing (most likely)? Wanted some thoughts on this, if there isn't already a way to do this. Sure, I could use scss and
@extend
the class before the parent, but that's no good for inline use.Beta Was this translation helpful? Give feedback.
All reactions