Skip to content

Commit a8ab6bf

Browse files
committed
Fix PostCSS
Signed-off-by: Alexis Rico <[email protected]>
1 parent acd973c commit a8ab6bf

File tree

4 files changed

+14
-529
lines changed

4 files changed

+14
-529
lines changed

apps/dbagent/postcss.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import path, { join } from 'path';
2+
const __dirname = path.resolve();
3+
4+
const config = {
5+
plugins: {
6+
'@tailwindcss/postcss': {
7+
base: join(__dirname, '../../')
8+
}
9+
}
10+
};
11+
12+
export default config;

apps/dbagent/postcss.config.mjs

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/dbagent/src/app/globals.css

Lines changed: 0 additions & 283 deletions
This file was deleted.

0 commit comments

Comments
 (0)