-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
props supports.css #5
Comments
Having looked further at open props GitHub repo I’ve realised that it’s not in there index.css or index.js file either. So I understand why you didn’t include it. |
I'm still open to adding it; looks quite handy. However, the approach will need to differ. Instead of media queries or custom properties, we'd want to make them mixins that use For example: @mixin safari-only {
@supports (-apple-pay-button-style: inherit) {
@content;
}
} |
I've realised there is no |
we can always read the contents of the css file and extract the values from there |
Yeah, I've opened an issue on open-props. I'll give it a bit of time to see if it was an oversight first. |
Hi, it looks like you could include the open props package called supports.css. I presume Adam added this one fairly recently as it’s missing from your repo.
Would you be open to a pull request for this?
The text was updated successfully, but these errors were encountered: