File "Compass / css3" not found when done Import

0

I'm trying to use a ready layout (test.scss), and it's my first time trying to implement SASS. Just in the code header, there are 3 imports:

@import "compass/css3";
@import "compass/reset";
@import "compass/css3";

I have already installed Gem, Ruby, Compass and Sass, but when I try to give Watch I get the following error:

Error: File "/var/www/html/pgpc/web/css/compass/css3" not found
    on line 1 of sass/var/www/html/pgpc/web/css/teste.scss
>> @import "compass/css3";

I looked for the folder in the files, and it takes me to another directory:

/usr/share/compass/frameworks/compass/stylesheets/compass/css3

I have already tried to replace the file, but it ends up having equivalent errors.

    
asked by anonymous 19.10.2018 / 20:55

0 answers