Compare commits
2 Commits
b50c6243f5
...
4369682133
Author | SHA1 | Date |
---|---|---|
Juan Di Toro | 4369682133 | |
Juan Di Toro | fe8a6a7de4 |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue