How to convert SASS variable value to negative?

前端 未结 0 1509
星月不相逢
星月不相逢 2021-01-24 06:38

how to convert a sass\' variable value(s) to negative?

$border: 5px 0px 2px -5px;

$border-neg: negative($border);
// value $border-neg: -5px 0px -2px 5px;

@func         


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