Efficient way to define multiple CSS classes

前端 未结 0 759
傲寒
傲寒 2020-12-12 07:12

Say I have a set of styles

:root {
  --white: #F7F7F7;
  --grey: #E8E8E8;
  --accentgrey: #EAEAEA;
  --font: Lato;
}

is there some method or

相关标签:
回答
  • 消灭零回复
提交回复
热议问题