fix: patch

This commit is contained in:
Juan Di Toro 2023-10-20 12:12:52 +02:00
parent a7f5ee266d
commit fe8a6a7de4
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
diff --git a/node_modules/vite-plugin-scope-tailwind/dist/cjs/index.cjs b/node_modules/vite-plugin-scope-tailwind/dist/cjs/index.cjs
index 0e337b0..530cd41 100644
index 0e337b0..a4d7cbe 100644
--- a/node_modules/vite-plugin-scope-tailwind/dist/cjs/index.cjs
+++ b/node_modules/vite-plugin-scope-tailwind/dist/cjs/index.cjs
@@ -1,2 +1,109 @@
@ -103,13 +103,13 @@ index 0e337b0..530cd41 100644
+ css: {
+ postcss: {
+ plugins: [...n, ...R(o).map(_ => require(p.join(process.cwd(), 'node_modules', _))), S({
+ prefix: `${prefix || g}.`,
+ prefix: `${prefix ? prefix : g}.`,
+ ignore: r
+ })]
+ }
+ }
+ }
+ }, transform: e ? $(prefix || g, classNameTransformers) : k(prefix || g)
+ }, transform: e ? $(prefix ? prefix : g, classNameTransformers) : k(prefix ? prefix : g)
+})
+module.exports = D
//# sourceMappingURL=index.cjs.map