Skip to content

Commit 2d7a6f2

Browse files
JPeer264filipesilva
authored andcommitted
fix(@angular/cli): change less variable
1 parent 260c781 commit 2d7a6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/build/styles/include-paths.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function () {
3131
h4
3232
background-color: $primary-color
3333
`,
34-
'src/style-paths/variables.less': '@primary-color: #ADD;',
34+
'src/style-paths/variables.less': '@primary-color: #ADDADD;',
3535
'src/styles.less': `
3636
@import 'variables';
3737
h5 { color: @primary-color; }

0 commit comments

Comments
 (0)