[oXygen-user] minor: pretty printing CSS bug

Rob Koberg rob at koberg.com
Thu Feb 9 16:01:24 CST 2012


Hi,

Given this CSS file text:

body { font: 80%/1.5 Arial,Helvetica,sans-serif; }

Pretty printing produces:

body {
  font : 80% / 1.5Arial, Helvetica, sans-serif;
}

Note the spaces around the font-size and line-height forward slash and
no space between 1.5 and Arial.

best,
-Rob


More information about the oXygen-user mailing list