SCSS 映射问题
作者: mrahhal创建于 2017年8月25日更新于 2026年8月20日
标签type: buglanguage: csslanguage: templating
输入
在美化前,代码如下:
$theme-colors: (
primary: $blue,
secondary: $gray-600,
success: $green,
info: $cyan,
warning: $yellow,
danger: $red,
light: $gray-100,
dark: $gray-800
) !default;预期输出
上述代码正确缩进,因此应该保持不变。
内容来源: beautifier/js-beautify