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

flex-grow and flex-shrink CSS properties are unit-less, but Emmet adds units anyway #671

Open
lunaneff opened this issue Dec 7, 2021 · 0 comments

Comments

@lunaneff
Copy link

lunaneff commented Dec 7, 2021

For example:

fg1 -> flex-grow: 1px;
fsh1 -> flex-shrink: 1px;
fx1-2-3 -> flex: 1px 2px 3px;

But it should be:

fg1 -> flex-grow: 1;
fsh1 -> flex-shrink: 1;
fx1-2-3 -> flex: 1 2 3px;
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