SASS Invalid css error

前端 未结 2 2083
一个人的身影
一个人的身影 2021-01-16 08:37

I just started with sass and installed prepros. I tried to compile an .scss file and got an error:

Syntax error: Invalid CSS after \" color: \": expected exp

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-16 09:09

    SCSS uses $ to denote variables so it should be background-color: $blue;

提交回复
热议问题