Skip to content

In CSS spaces between closing brackets and dots are removed. #7

@dazzle1979

Description

@dazzle1979

Using JSMin I noticed my styling is incorrect. This is caused because spaces are deleted between closing brackets and dots.

The following line:

ganntContainer[data-cellperiod="week"] .mainLeft { top: 158px; }

is transformed to:

ganntContainer[data-cellperiod="week"].mainLeft{ top: 158px; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions