Siilwyn / css-declaration-sorter-atom

Atom package to sort CSS declarations.

Home Page:https://atom.io/packages/css-declaration-sorter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting CSS parsing error. CssSyntaxError ... Unclosed string

eugenekunkel opened this issue · comments

It looks like the hiccup is content: " "; The white spaced string is intentional and should not result in a parsing error...

sort-error

I can not replicate this, can you give more information?

Sorting the following snippet alphabetically with Atom 1.22.1 works:

body {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
}

Needs more information.