$blue: #056ef0; $column: 200px; @mixin icon $name { padding-left: 16px; &::after { content: ""; background-url: url(/icons/$(name).png); } } @define-extend ...
確定! 回上一頁