@mixin bordered($color, $width: 2px) { color: #77C1EF; border: $width solid black; ... <title>Sass Mixin 示例</title> <link rel="stylesheet" type="text/css" ...
確定! 回上一頁