Skip to content

Commit bc9592e

Browse files
committed
Update default to DEFAULT in docs
1 parent 007d109 commit bc9592e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module.exports = {
174174
theme: {
175175
extend: {
176176
typography: {
177-
default: {
177+
DEFAULT: {
178178
css: {
179179
color: '#333',
180180
a: {
@@ -203,7 +203,7 @@ module.exports = {
203203
theme: {
204204
extend: {
205205
typography: (theme) => ({
206-
default: {
206+
DEFAULT: {
207207
css: {
208208
color: theme('colors.gray.800'),
209209

@@ -238,7 +238,7 @@ module.exports = {
238238
theme: {
239239
extend: {
240240
typography: {
241-
default: {
241+
DEFAULT: {
242242
css: {
243243
color: '#333',
244244
strong: {

0 commit comments

Comments
 (0)