Skip to content

Deal with indentation gaps #14

@buschtoens

Description

@buschtoens

When you leave blank lines without the proper indentation between two properties css-whitespace fails. This is a problem, becaue many code editors automatically remove the whitespace in otherwise empty lines.

css-whitespace should ignore those lines, i.e. remove every line that only contains whitespace: css.replace(/\s+\n/gm, "");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions