We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007d109 commit bc9592eCopy full SHA for bc9592e
README.md
@@ -174,7 +174,7 @@ module.exports = {
174
theme: {
175
extend: {
176
typography: {
177
- default: {
+ DEFAULT: {
178
css: {
179
color: '#333',
180
a: {
@@ -203,7 +203,7 @@ module.exports = {
203
204
205
typography: (theme) => ({
206
207
208
color: theme('colors.gray.800'),
209
@@ -238,7 +238,7 @@ module.exports = {
238
239
240
241
242
243
244
strong: {
0 commit comments