Closed BulatSa closed 2 years ago
Hi @BulatSa I am having a similar issue, were you able to find a solution to the problem?
Thanks
Hi @BulatSa I am having a similar issue, were you able to find a solution to the problem?
Thanks
I use css operator calc() for work, it's little solution
You have to coerce one of the strings to a number:
.class { line-height: (14)/10; }
This sounds like an issue with an outdated version of https://github.com/sass/node-sass to me, since this is only a lightweight wrapper around this module.
The symbol /
is used in shorthand CSS properties. The behavior observed by OP is correct.
@xzyfer this is also unrelated to gulp-sass.
Hello, i use last version gulp-sass 4.0.2 SASS
.class { line-heght: 14 / 10; }
compile to CSS.class { line-heght: 14 / 10; }
But this should beline-heght: 1.4;
I use defaul gulp settings: