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
  • Loading branch information
leosvelperez authored Oct 2, 2023
1 parent 718c6e8 commit 23c7b50
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 23c7b50

Please sign in to comment.