Skip to content

Commit fcb6697

Browse files
Semigradskyromainmenke
authored andcommitted
Fix 'basic:export-scss' test
1 parent 75c4426 commit fcb6697

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/postcss-custom-properties/test/export-properties.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ $color-hsl: hsl(var(--color-h), var(--color-s), var(--color-l));
77
$circular: var(--circular-2);
88
$circular-2: var(--circular);
99
$margin: 0 10px 20px 30px;
10+
$shadow-color: rgb(255,0,0);
11+
$shadow: 0 6px 14px 0 color(var(--shadow-color) a(.15));
12+
$font-family: "Open Sans" , sans-serif;
1013
$theme-color: #053;

0 commit comments

Comments
 (0)