easysass icon indicating copy to clipboard operation
easysass copied to clipboard

Error on Compile

Open doubledevwp opened this issue 7 years ago • 1 comments

Sorry if this is a noob thing, but I am receiving errors ( on multiple files ) that include the following when compiling:

Error: no mixin named prefix

   Backtrace:
   	sass/c:\aaa\bbb\ccc\admin\res\css\productionsummary.scss:4
    on line 4 of sass/c:\aaa\bbb\ccc\admin\res\css\productionsummary.scss

@include prefix(box-sizing, border-box); ----------^

not sure why i this path is different:

Error: File "c:\aaa\bbb\ccc\portal\public\res\css\site.css" not found on line 10 of sass/c:\aaa\bbb\ccc\admin\res\css\style.scss

@import "site.css"; --------^

Other people working on the same project in their editors ( JetBrains ) are not receiving any issues.

doubledevwp avatar May 31 '17 15:05 doubledevwp

I'm getting this error on compile, but the include is working correctly.

@include my-image('aaa.jpg'); -----------^

capegreg avatar Jun 24 '18 04:06 capegreg