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 9f3c7ec commit cb9d3bbCopy full SHA for cb9d3bb
index.d.ts
@@ -0,0 +1,3 @@
1
+export default function transform(css: string, options?: {
2
+ parseMediaQueries?: boolean;
3
+}): { [selector: string]: unknown; };
0 commit comments