I'm trying to switch to PhpStorm 8 and everything seems to be working fine except one thing. While converting sass file with next code
.know{
margin-top: 30px;
&-item {
padding: 10px;
position: relative;
margin-bottom: 15px;
transition: all 500ms ease;
&_style {...
it's giving me error
error style.scss (Line 199: Invalid CSS after " &": expected "{", was "-item {"
"-item" may only be used at the beginning of a compound selector.)
I know this was a problem before SASS version 3.3 but in my terminal I checked the version and its
Sass 3.3.7 (Maptastic Maple)
So the question is: does PhpStorm uses it's own SASS file? When I check SASS version inseв PhpStorm version is N/A!