PhpStorm 8 +指南针+ sass + susy +断点全部工作

时间:2014-08-07 09:49:10

标签: css sass phpstorm

我正在尝试切换到PhpStorm 8,除了一件事,一切似乎都正常。 使用下一个代码转换sass文件时

.know{
    margin-top: 30px;
    &-item {
        padding: 10px;
        position: relative;
        margin-bottom: 15px;
        transition: all 500ms ease;
        &_style {...

它给了我错误

error style.scss (Line 199: Invalid CSS after " &": expected "{", was "-item {"
"-item" may only be used at the beginning of a compound selector.)

我知道在SASS版本3.3之前这是一个问题但在我的终端中我检查了版本及其

Sass 3.3.7 (Maptastic Maple)

所以问题是:PhpStorm是否使用它自己的SASS文件? 当我检查SASS版本时,PhpStorm版本是N / A!

enter image description here

0 个答案:

没有答案