ide-css icon indicating copy to clipboard operation
ide-css copied to clipboard

Unknown property: 'place-self'

Open bennypowers opened this issue 3 years ago • 0 comments

Given

#submit {
  grid-column: 2/3;
  place-self: end;
}

ide-css reports:

Unknown property: 'place-self'

place-self is widely supported:

https://developer.mozilla.org/en-US/docs/Web/CSS/place-self

Please add it to ide-css.

Thanks for publishing this project.

bennypowers avatar Feb 25 '21 04:02 bennypowers