Skip to content

Commit d953363

Browse files
committed
Add shadow variables to index
1 parent c0db806 commit d953363

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
--shadow-1: #{$shadow-1};
119119
--shadow-2: #{$shadow-2};
120120
--shadow-3: #{$shadow-3};
121+
--shadow-4: #{$shadow-4};
122+
--shadow-5: #{$shadow-5};
121123
}
122124

123125
/* Text */
@@ -230,6 +232,8 @@ input[type="radio"] {
230232
--shadow-1: #{$shadow-1};
231233
--shadow-2: #{$shadow-2};
232234
--shadow-3: #{$shadow-3};
235+
--shadow-4: #{$shadow-4};
236+
--shadow-5: #{$shadow-5};
233237
}
234238
}
235239

0 commit comments

Comments
 (0)