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
Is there any way or any plans to allow global css creation? Sorry, another feature of glamor that I'm missing and think could be beneficial here 😇
I run into some projects where I need to create html or body styles, or even reset CSS. It'd be nice to stay in one place and be able to do that without creating a stylesheet. I was curious if some things could be tweaked to expose some internal helper to do this?
Also, since I'm on the topic of glamor features, I was wondering if things like fontFace and keyframes features could be added for CXS as well? I'd be happy to submit PR's. I think we could get away with separate packages like import fontFace from 'cxs/font-face'.
The text was updated successfully, but these errors were encountered:
Is there any way or any plans to allow global css creation? Sorry, another feature of glamor that I'm missing and think could be beneficial here 😇
I run into some projects where I need to create html or body styles, or even reset CSS. It'd be nice to stay in one place and be able to do that without creating a stylesheet. I was curious if some things could be tweaked to expose some internal helper to do this?
Also, since I'm on the topic of glamor features, I was wondering if things like fontFace and keyframes features could be added for CXS as well? I'd be happy to submit PR's. I think we could get away with separate packages like
import fontFace from 'cxs/font-face'
.The text was updated successfully, but these errors were encountered: