Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 774d722

Browse files
author
Je
committed
refacotr: update postcss and plugins
1 parent 617c56d commit 774d722

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

project.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import marked from 'https://esm.sh/[email protected]'
2-
import postcss, { AcceptedPlugin } from 'https://esm.sh/[email protected].3'
2+
import postcss, { AcceptedPlugin } from 'https://esm.sh/[email protected].4'
33
import { minify } from 'https://esm.sh/[email protected]'
44
import { safeLoadFront } from 'https://esm.sh/[email protected]'
55
import { Request } from './api.ts'
@@ -96,7 +96,6 @@ export class Project {
9696
plugins: [],
9797
postcss: {
9898
plugins: [
99-
'postcss-flexbugs-fixes',
10099
'autoprefixer'
101100
]
102101
}
@@ -580,7 +579,7 @@ export class Project {
580579
} else {
581580
name = p.name
582581
}
583-
const { default: Plugin } = await import(`https://esm.sh/${name}[email protected].3&no-check`)
582+
const { default: Plugin } = await import(`https://esm.sh/${name}[email protected].4&no-check`)
584583
this.#postcssPlugins[name] = Plugin
585584
}))
586585

0 commit comments

Comments
 (0)