Open
Description
Preconditions
- In a less file if you use &:not(:first-child) it generates spacing warnings.
Steps to reproduce
- Use &:not(:first-child) in a less file.
- Run the coding standard from command line.
vendor/bin/phpcs --standard=Magento2 path/to/module
Expected result
- No Warnings are generated.
Actual result
- Warnings are generated
154 | WARNING | Expected 1 space after colon in style definition; newline found
154 | WARNING | Expected 1 space after colon in style definition; 0 found