@fumadocs/tailwind 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Scanner } from "@tailwindcss/oxide";
|
|
2
|
-
|
|
3
2
|
//#region src/compile.ts
|
|
4
3
|
function compile(sources) {
|
|
5
4
|
const scanner = new Scanner({ sources });
|
|
@@ -8,6 +7,5 @@ function compile(sources) {
|
|
|
8
7
|
for (const name of names) lines.push(`@source inline(${JSON.stringify(name)});`);
|
|
9
8
|
return lines.join("\n");
|
|
10
9
|
}
|
|
11
|
-
|
|
12
10
|
//#endregion
|
|
13
|
-
export { compile };
|
|
11
|
+
export { compile };
|