SeanJM / atom-css-clean

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

Deletes Browser Specific Properties #43

Open PatrickDuncan opened 6 years ago

PatrickDuncan commented 6 years ago

Hello I ran into an issue, this library turns

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

into

.noselect {}

https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting