Skip to content

Commit cb0b533

Browse files
committed
Migrate postcss.config.cjs to .mjs
1 parent 05ef936 commit cb0b533

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/postcss.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
import postcssConfig from '@theguild/tailwind-config/postcss.config';
2-
3-
export default postcssConfig;
1+
export { default } from '@theguild/tailwind-config/postcss.config';

0 commit comments

Comments
 (0)