Greg Bergé

Results 211 comments of Greg Bergé

@gremo I am sorry I don't have time to work on it actually. Any PR is welcome.

Hello @utkarsh-dixit, to be honest, I haven't use shipit for a long time. Handling escaping of env variables was one of the painpoints at first. I think it is not...

For now you can do it by yourself, personally I use a `data-variant`: ```js import styled from '@xstyled/styled-components' const InnerButton = styled.buttonBox` &[data-variant="success"] { background-color: emerald-300; color: emerald-600; } `...

I will add a section in docs about that.

For now there's no `variant` way in xstyled but it will be the next focus.

> @gregberge I'm curious what you're thinking here. I've been using something based on your `data-variant` idea: Hello, I have never industrialized it yet.

Hello @nelsonomuto, I totally agree with you, it would be awesome to get it work! In order to do it we should provide a static theme in a `xstyled.config.js` for...

Not in styled components, so I let it opened.

@probablyup I see what do you mean. It is a breaking change but I should consider it!

I think I already met this problem but for now there is no solution, like said it is a bug in stylis. Is there an actual simple way to remove...