Skip to content

Squiz.CSS.SemicolonSpacingSniff false positive when style name proceeded by an asterisk #2453

@josephzidell

Description

@josephzidell

The latest update of PHPCS fails on this code:

.some_class {
	cursor: pointer;
	*cursor: hand;
}

With this message: Style definitions must end with a semicolon

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions