Closed marienvo closed 9 years ago
This selector does not seem to be valid:
.home__services-item:nth-child(3n+1)
While this one does:
.home__services-item:nth-child(3n)
I think they should be validated the same. I'm getting this error: Invalid component selector ".home__services-item:nth-child(3n+1)" [postcss-bem-linter]
Invalid component selector ".home__services-item:nth-child(3n+1)" [postcss-bem-linter]
Nice catch ... I believe I see the bug. Will fix sometime today.
Fix released in 2.2.0.
This selector does not seem to be valid:
While this one does:
I think they should be validated the same. I'm getting this error:
Invalid component selector ".home__services-item:nth-child(3n+1)" [postcss-bem-linter]