diff --git a/cheatsheet.ts b/cheatsheet.ts index 382f419..a04ab17 100644 --- a/cheatsheet.ts +++ b/cheatsheet.ts @@ -400,15 +400,15 @@ const CheatSheet = [ ], [ "flow-root", - "display: flow-root" + "display: flow-root;" ], [ "grid", - "display: grid" + "display: grid;" ], [ "inline-grid", - "display: inline-grid" + "display: inline-grid;" ], [ "contents",