Allow the custom @content to be passed into the classes mixin:
@include classes('my-selector', $on: 'tablet') {
padding: 20px;
}
If a placeholder exists with the same selector name, both the styles of @content and %placeholder will be used.
(It's not possible to test if @content is passed so whether it's ideal or not this is the behaviour we're getting).
Allow the custom @content to be passed into the classes mixin:
If a placeholder exists with the same selector name, both the styles of @content and %placeholder will be used.
(It's not possible to test if @content is passed so whether it's ideal or not this is the behaviour we're getting).