We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc3e7f commit 9a4618aCopy full SHA for 9a4618a
index.d.ts
@@ -5,4 +5,4 @@ export interface Style {
5
export function getPropertyName(name: string): string;
6
export function getStylesForProperty(name: string, value: string): Style;
7
8
-export default function transform(css: Array<[string, string]>, output?: string[], getStylesForProperty?: boolean): Style;
+export default function transform(css: Array<[string, string]>, shorthandBlacklist?: string[]): Style;
0 commit comments