不一致的缩进:SaSS

时间:2017-05-18 07:09:28

标签: html5 css3 sass

SASS的第一次用户。在SASS主文件上工作。制作一个mixins并将其包含在样式中,但它显示我的错误: -  app.sass(第58行:不一致的缩进:5个空格用于缩进,但文档的其余部分使用2个空格缩进)。

最后一行代码是第58行(+ circleThing)  以下是我的app.sass

代码
    =circleThing($rad, $height, $width, $bg, $colour)
-webkit-border-radius: $rad
-moz-border-radius: $rad
-ms-border-radius: $rad
border-radius: $rad

height: $height
width: $width

line-height: $height
text-align: center

background: $bg
color: $colour

margin: 0 auto

header
     +circleThing(100%, 200px, 200px, $blue, white)

0 个答案:

没有答案