Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2903

When you minimize the CSS, do not remove white spaces of the "content" property.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.1.5, 4.2.0
    • 4.1.3
    • None
    • None
    • 4.2 M4

      Before minimize CSS : .colons:after

      { content: " : "; }

      After minimize CSS : .colons:after

      { content: " :"; }

      Do not remove the white space after colons.

            glefebvre Grégory Lefebvre (Inactive)
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: