You can create partial Sass files that contain little snippets of CSS that ... border-color: green; } .error { @extend %message-shared; border-color: red; } ...
確定! 回上一頁