边属性与图形绘制

.card {
  color: #333333;
}
.card--error {
  color: #ff0000;
}
.card__guts {
  border-top-color: currentColor; // see note below [1]
}
下一页