diff --git a/patches/vite-plugin-scope-tailwind+1.1.3.patch b/patches/vite-plugin-scope-tailwind+1.1.3.patch index aecc2fc..6666284 100644 --- a/patches/vite-plugin-scope-tailwind+1.1.3.patch +++ b/patches/vite-plugin-scope-tailwind+1.1.3.patch @@ -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