cssbeautify icon indicating copy to clipboard operation
cssbeautify copied to clipboard

Add space before `!important`

Open LouCypher opened this issue 11 years ago • 2 comments

Should add a space between rule and !important declaration.

STR

p{margin:1em!important}

Actual

p {
  margin: 1em!important;
}

Expected

p {
  margin: 1em !important;
}

LouCypher avatar Nov 14 '13 12:11 LouCypher

yes!very!helpful

tomByrer avatar Dec 16 '13 18:12 tomByrer

I prefer this syntax, but I think it's just a matter of preference.

craiglondon avatar Mar 12 '14 04:03 craiglondon