Open AndyOGo opened 7 years ago
The following code incorrectly lints: Invalid component selector "&:hover"
Invalid component selector "&:hover"
@mixin link { color: blue; &:hover { color: red; } } .link { @include link(); }
Note With declarative style of Less this is not a problem.
Less
🎂 🎂 🎂 🎂 This issue is 1 year old today. Any progress?
The following code incorrectly lints:
Invalid component selector "&:hover"
Note With declarative style of
Less
this is not a problem.