html - Scss files not compiling using Gulp -
i'm getting issue whereby i'm trying compile scss files, i'm getting error:
$ gulp [17:02:35] using gulpfile c:\wamp\www\testsite\gulpfile.js [17:02:35] starting 'sass'... [17:02:35] starting 'copy-imgs'... [17:02:35] finished 'copy-imgs' after 4.14 ms [17:02:35] starting 'copy-assets'... [17:02:35] finished 'copy-assets' after 8.03 μs error in plugin 'sass' message: testsite\sass\test\_blog.scss error: undefined variable: "$lt-small". on line 19 of testsite/sass/test/_blog.scss >> @media($lt_small) {
the issue have variables.scss file, defining these variables, @ same (folder) level. little unsure why coming undefined? variables.scss need sit somewhere else within structure?
apologies if vague.
it says error;
undefined variable: "$lt-small".
the $lt-small
has defined before used
also have import variables.scss
file before _blog.scss
file.
Comments
Post a Comment