We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413c16d commit 0984863Copy full SHA for 0984863
src/sass/_punchcard.scss
@@ -4,7 +4,7 @@
4
@import 'toolkit';
5
@import 'breakpoint';
6
@import 'ibm-colors';
7
-@import 'modular-scale';
+@import 'modularscale';
8
////////////////////////
9
10
//////////////////////////////
src/sass/partials/global/_mixins.scss
@@ -46,7 +46,7 @@
46
}
47
48
@mixin dt {
49
- background-color: color('neutral-white', 40);
+ background-color: color('neutral-white');
50
font-weight: setting-get('bold font weight');
51
padding: setting-get('rhythm') / 2 setting-get('rhythm') / .75;
52
0 commit comments