@mixin test-img-alt { img { border: 2px dotted red; } img[alt] { border: none; } } @mixin test-link-title { a { border: 2px dotted #FF0EC9; } a[title] { border:none; } }