saltnpixels / ignition

The Starter Theme that Could
76 stars 13 forks source link

Error in Mixin #6

Closed cinghaman closed 5 years ago

cinghaman commented 5 years ago

When Compiling sass It throws error here Running "sass:dist" (sass) task Error: Invalid CSS after " @if($sizeValue ": expected ")", was "= 16){" on line 6 of assets/sass/site/_mixin.scss Changing to @if($sizeValue : 16) fixes it

I am using grunt btw if that makes a difference

saltnpixels commented 5 years ago

It seems to work for me, but I am using gulp. Anyways I would think it should be == 16. I can make that change.

Why dont you run gulp? use npm start on the project after npm install.

cinghaman commented 5 years ago

I do NPM but I just have most of my project setup with grunt, due to the way our system is at work

saltnpixels commented 5 years ago

Anyways i fixed it, so you can redownload and let me know if it works better

cinghaman commented 5 years ago

Yup Works

saltnpixels commented 5 years ago

Thanks for submitting the bug :)