Skip to content
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

Mistaking the css-variables for the flexbox-gap #188

Open
xiaoxiangmoe opened this issue Jul 4, 2024 · 0 comments
Open

Mistaking the css-variables for the flexbox-gap #188

xiaoxiangmoe opened this issue Jul 4, 2024 · 0 comments

Comments

@xiaoxiangmoe
Copy link

xiaoxiangmoe commented Jul 4, 2024

/* main.css */
.foo {
    --adapt-status-bar-fold-horizontal-gap: 1px;
    display: flex;
}
doiuse --browsers "chrome >= 49" main.css
main.css:2:1: gap property for Flexbox not supported by: Chrome (49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,83) (flexbox-gap)

But flex-gap is not used by this css now. Only css-variables are used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant