Donate Share

CSSTidy

Tracker: Bugs

5 string after commas - ID: 2183092
Last Update: Tracker Item Submitted ( jablko )

I am very please with csstidy, especially that I am able to customize its
output to match my coding standards. The one thing I cannot customize is
the string after commas. I wish it were possible in a template, to set the
string which comes after a comma. For example, in my stylesheets I prefer:

.foo, .bar
{
font-face: serif, sans-serif;
}

- to -

.foo,.bar
{
font-face: serif,sans-serif;
}

(The extra space is optimized out in our compressed stylesheets, but I
prefer it for readability)

I understand that the csstidy project is currently inactive.


Jack Bates ( jablko ) - 2008-10-20 20:21

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.