Jason Moore

Results 178 comments of Jason Moore

It doesn't look like this is going to be possible since the files are compiled using NodeJs and it doesn't look at the project file to see where the actual...

Does the compact false option change anything other than the size limit?

Would the 500kb limit be sufficient for you if I just update the library?

Would you be able to zip the project and upload it here so that I can debug it?

This would be an issue for the Sass library. https://css-tricks.com/when-sass-and-new-css-features-collide/

This is not valid SASS syntax, see issue 4 for valid syntax for setting css variables. Duplicated of #4, #11, #12, and #13

No worries, I'm just gonna keep this issue open so that it's more visible since a lot of people are having the same issue. The version of Node Sass in...

Try adding another set of parentheses: width: ((100px - 50px)/2);

Thanks for this update, I'll look into the effects of this setting and see about adding it to the defaults for the next release.

> Even `border-radius: @card-border-radius / 2;` does not compile. Add Parentheses