📅  最后修改于: 2022-03-11 14:47:52.150000             🧑  作者: Mango
@use 'src/variables' as c;
/*or (if you are not importing variables from external file):
$your-color: blue;
*/
svg>path{
fill: c.$your-color;
}