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

CSS property scale #481

Open
jonatan-kruse opened this issue Aug 4, 2023 · 3 comments
Open

CSS property scale #481

jonatan-kruse opened this issue Aug 4, 2023 · 3 comments

Comments

@jonatan-kruse
Copy link

I'm having issues with the css property scale
when used in the way:

.someText {
    scale: 2 1;
}

It has no effect on the element that I want to scale even though it does in a "normal" browser.

@barnabwhy
Copy link

Individual transform properties are a relatively new CSS feature, it could be that the webkit version used just doesn't support it (https://caniuse.com/mdn-css_properties_scale)

@jonatan-kruse
Copy link
Author

Is there an easy way to check the webkit version used then? Webkit has support for scale since 2021.

@StoneCypher
Copy link

The web does not support client detection that way. What you're looking for is CSS @supports

https://css-tricks.com/how-supports-works/

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

3 participants