Skip to content

Commit 5926284

Browse files
committed
fixed tab spacing
1 parent 819c56d commit 5926284

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,15 @@ export default {
128128
*/
129129
display: 'auto'
130130

131-
/**
132-
* Using `<link rel="preload">` will trigger a request for the WebFont
133-
* early in the critical rendering path, without having to wait for the
134-
* CSSOM to be created.
135-
*/
136-
preload: true
131+
/**
132+
* Using `<link rel="preload">` will trigger a request for the WebFont
133+
* early in the critical rendering path, without having to wait for the
134+
* CSSOM to be created.
135+
*/
136+
preload: true
137+
}
137138
}
138-
})
139+
)
139140
],
140141
}
141142
```

0 commit comments

Comments
 (0)