Skip to content

Commit b614da2

Browse files
committed
fix: tabs
1 parent 052d5cd commit b614da2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/// <reference types="@sveltejs/kit" />
22

33
declare module 'dropcss' {
4-
interface Options {
5-
html: string;
6-
css: string;
4+
interface Options {
5+
html: string;
6+
css: string;
77

8-
shouldDrop?: (selector: string) => boolean;
9-
didRetain?: (selector: string) => void;
8+
shouldDrop?: (selector: string) => boolean;
9+
didRetain?: (selector: string) => void;
1010

11-
keepText?: boolean;
12-
}
11+
keepText?: boolean;
12+
}
1313

14-
export default function dropcss(options: Options): { css: string };
14+
export default function dropcss(options: Options): { css: string };
1515
}

0 commit comments

Comments
 (0)