Skip to content

Commit

Permalink
fix(angular): do not set less math option in ng-packagr executors (#1…
Browse files Browse the repository at this point in the history
…9402)

(cherry picked from commit 23c7b50)
  • Loading branch information
leosvelperez authored and FrozenPandaz committed Oct 4, 2023
1 parent 51a64a6 commit 75d6bc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ export class StylesheetProcessor {
await import('less')
).render(css, {
filename: filePath,
math: 'always',
javascriptEnabled: true,
paths: this.styleIncludePaths,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ export class StylesheetProcessor {
await import('less')
).render(css, {
filename: filePath,
math: 'always',
javascriptEnabled: true,
paths: this.styleIncludePaths,
});
Expand Down

0 comments on commit 75d6bc6

Please sign in to comment.