After have been used it for a while, it just seems too funky.
It behaves much like a ruleset, since it can directly contain properties and will be turned into a ruleset when it does. But the selector is prepended to child rulesets instead of joining with them. So the & selector doesn't work, and there is not way of suppressing the prepending.
The only benefits it brings is to keep you from having to repeat the initial names in class selectors. Don't worth the trouble.
After have been used it for a while, it just seems too funky.
It behaves much like a ruleset, since it can directly contain properties and will be turned into a ruleset when it does. But the selector is prepended to child rulesets instead of joining with them. So the
&
selector doesn't work, and there is not way of suppressing the prepending.The only benefits it brings is to keep you from having to repeat the initial names in class selectors. Don't worth the trouble.