Skip to content

Commit 0a70f68

Browse files
committed
fix: undo change that broke the website
Signed-off-by: Tim deBoer <[email protected]>
1 parent afcc91e commit 0a70f68

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

postcss.config.cjs

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@
1616
* SPDX-License-Identifier: Apache-2.0
1717
***********************************************************************/
1818

19-
const { join } = require('path');
20-
2119
module.exports = {
2220
plugins: {
23-
tailwindcss: {
24-
config: join(__dirname, 'tailwind.config.cjs'),
25-
},
21+
tailwindcss: {},
2622
'postcss-import': {},
2723
autoprefixer: {},
2824
},

0 commit comments

Comments
 (0)