Skip to content

Commit b073c7a

Browse files
refac(site): simplify unocss configuration by removing redundant content pipeline
1 parent d593d6f commit b073c7a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

apps/site/unocss.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ export default defineConfig({
2828
["capitalize", { "text-transform": "capitalize" }],
2929
["isolate", { isolation: "isolate" }],
3030
],
31-
content: {
32-
pipeline: {
33-
include: [
34-
/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|marko|html)($|\?)/,
35-
"src/**/*.{js,ts}",
36-
],
37-
},
38-
},
3931
presets: [
4032
presetWind4({
4133
preflights: {

0 commit comments

Comments
 (0)