Commit 990e847
committed
fix(@angular-devkit/build-angular): force less version 3.5 math behaviour
In version 4, LESS did a breaking change that set `parens-division` as the default math setting. With this change we change the behavior to mimic version 3.5.
See: https://github.com/less/less.js/releases/tag/v4.0.0
**Note**: In Angular CLI version 12, the math setting will be the default provided by the LESS compiler in v4.0.0
Closes #200881 parent 9c19ca4 commit 990e847
File tree
1 file changed
+1
-0
lines changed- packages/angular_devkit/build_angular/src/webpack/configs
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments