We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6756c9b commit b920411Copy full SHA for b920411
1 file changed
tailwind.config.js
@@ -7,7 +7,7 @@ module.exports = {
7
theme: {
8
extend: {
9
typography: (theme) => ({
10
- default: {
+ DEFAULT: {
11
css: {
12
color: theme('colors.gray.900'),
13
a: {
@@ -16,6 +16,15 @@ module.exports = {
16
color: theme('colors.blue.500'),
17
},
18
19
+
20
+ // wtf tailwind!
21
22
+ 'code::before': {
23
+ content: '""',
24
+ },
25
+ 'code::after': {
26
27
28
29
30
dark: {
@@ -55,16 +64,6 @@ module.exports = {
55
64
color: theme('colors.gray.300'),
56
65
57
66
58
- // wtf tailwind!
59
-
60
- 'code::before': {
61
- content: '""',
62
- },
63
- 'code::after': {
67
68
figcaption: {
69
color: theme('colors.gray.500'),
70
0 commit comments