Skip to content

Commit b681519

Browse files
committed
Merge branch 'patch-1' of git://github.com/kevinruscoe/tailwindcss into kevinruscoe-patch-1
2 parents c93fe6c + 19f9146 commit b681519

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stubs/

stubs/defaultConfig.stub.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,13 @@ module.exports = {
162162
'"Segoe UI Symbol"',
163163
'"Noto Color Emoji"',
164164
],
165-
serif: ['Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
165+
serif: [
166+
'Georgia',
167+
'Cambria',
168+
'"Times New Roman"',
169+
'Times',
170+
'serif',
171+
],
166172
mono: [
167173
'Menlo',
168174
'Monaco',

0 commit comments

Comments
 (0)