Skip to content

Commit df4c766

Browse files
committed
removing breakpoint CSS custom properties
I'm not using them for anything and they are causing problems for the unit test css
1 parent 3efb60a commit df4c766

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/_styles/00-config-files/03-BPs-MQs/00-bp-break-points-base.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,3 @@ $breakpoints: (
2222
large: $BP-large,
2323
page: $BP-page,
2424
)
25-
26-
:root {
27-
@each $name, $value in $breakpoints {
28-
--BP-#{$name}: $value;
29-
}
30-
}

0 commit comments

Comments
 (0)