You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabled the strictMath option in compilerconfig.json.defaults
"compilers": {
"less": {
"autoPrefix": "",
"cssComb": "none",
"ieCompat": true,
"strictMath": true,
"strictUnits": false,
"relativeUrls": true,
"rootPath": "",
"sourceMapRoot": "",
"sourceMapBasePath": "",
"sourceMap": false
},
and when building i got this error:
The --strict-math option has been deprecated. Use --math=strict.
Steps to recreate
I updated my project to bootstrap 4.3.1, I use this command: @import (less) "bootstrap.css";
to import the bootstrap css in my custom css and when I built I got the mentioned error.
Most probably, to recreate the error, it's enough just enabling the option.
Current behavior
The error blocks VS or MSBuild from building.
The text was updated successfully, but these errors were encountered:
Installed product versions
Description
I enabled the strictMath option in compilerconfig.json.defaults
"compilers": {
"less": {
"autoPrefix": "",
"cssComb": "none",
"ieCompat": true,
"strictMath": true,
"strictUnits": false,
"relativeUrls": true,
"rootPath": "",
"sourceMapRoot": "",
"sourceMapBasePath": "",
"sourceMap": false
},
and when building i got this error:
The --strict-math option has been deprecated. Use --math=strict.
Steps to recreate
I updated my project to bootstrap 4.3.1, I use this command:
@import (less) "bootstrap.css";
to import the bootstrap css in my custom css and when I built I got the mentioned error.
Most probably, to recreate the error, it's enough just enabling the option.
Current behavior
The error blocks VS or MSBuild from building.
The text was updated successfully, but these errors were encountered: