Skip to content

Commit 0984863

Browse files
committed
🐛 modularscale and ibm colors
1 parent 413c16d commit 0984863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sass/_punchcard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@import 'toolkit';
55
@import 'breakpoint';
66
@import 'ibm-colors';
7-
@import 'modular-scale';
7+
@import 'modularscale';
88
////////////////////////
99

1010
//////////////////////////////

src/sass/partials/global/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747

4848
@mixin dt {
49-
background-color: color('neutral-white', 40);
49+
background-color: color('neutral-white');
5050
font-weight: setting-get('bold font weight');
5151
padding: setting-get('rhythm') / 2 setting-get('rhythm') / .75;
5252

0 commit comments

Comments
 (0)