/** * * * */ @mixin component__content() { .content { font-size: 1rem; a { text-decoration: underline; } ul { li { } } } }