SeanJM / atom-css-clean

A plugin for Atom which sorts and aligns CSS and SASS
MIT License
20 stars 2 forks source link

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

Open krabbypattified opened 6 years ago

krabbypattified commented 6 years ago

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 commented 5 years ago

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