You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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