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

will-change: transform; and everything below it gets deleted! #40

Open
krabbypattified opened this issue Nov 12, 2017 · 1 comment
Open

Comments

@krabbypattified
Copy link

Here's my css file:

.DetailContent {
  bottom          : 0;
  border-radius   : 6px 6px 0 0;
  flex-direction  : column;
  will-change: transform; 
  justify-content : flex-start;
}
@brndto
Copy link

brndto commented Jan 23, 2019

My guess is that it's caused by transform being a keyword for a property.

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

2 participants