stylelint: selector-pseudo-colon-no-invalid-space
Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)?
Valid:
a:hover {
color: red;
}
a
:hover {
color: red !important;
}
With one options: “never”
<bountysource-plugin>
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 32 (32 by maintainers)
After looking through the specs more closely, I’ve a few misgivings about this rule now.
As such, I’m in favour of pushing this group of rules to experimental plugins.