1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00

Broaden scope of critical path

This commit is contained in:
Rico Sta. Cruz
2017-10-19 13:02:19 +08:00
parent a2e517a2a7
commit 06bcc86591
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -24,6 +24,9 @@ critical.generate({
src: 'react.html',
dest: '../_includes/2017/critical/sheet.css',
include: [
/\.h3-section/
/\.h3-section/,
// eg, -six-column in devhints.io/layout-thrashing
/-column/
]
})