Media query expression must begin with '(' 错误
时间:2020-01-02 23:44:40
收藏:0
阅读:781
Media query expression must begin with ‘(‘ ???
这是路径不正确的错误
在sass中引用样式文件一定要写对路径,在应用的后面需要加上 ; 分号
@import ‘../../animation.css‘;
原文:https://www.cnblogs.com/aidmjy/p/12142630.html
评论(0)