We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260c781 commit 2d7a6f2Copy full SHA for 2d7a6f2
tests/e2e/tests/build/styles/include-paths.ts
@@ -31,7 +31,7 @@ export default function () {
31
h4
32
background-color: $primary-color
33
`,
34
- 'src/style-paths/variables.less': '@primary-color: #ADD;',
+ 'src/style-paths/variables.less': '@primary-color: #ADDADD;',
35
'src/styles.less': `
36
@import 'variables';
37
h5 { color: @primary-color; }
0 commit comments