We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checkInlineThreshold
1 parent e24b57b commit d778943Copy full SHA for d778943
packages/beasties/src/index.d.ts
@@ -40,6 +40,10 @@ export default class Beasties {
40
* Override this method to customise how beasties prunes the content of source files.
41
*/
42
pruneSource(style: Node, before: string, sheetInverse: string): boolean
43
+ /**
44
+ * Override this method to customise how beasties prunes the content of source files.
45
+ */
46
+ checkInlineThreshold(link: Node, style: Node, sheet: string): boolean
47
}
48
49
export interface Options {
0 commit comments