docs(misc): fix postcss.config.js to not depend on cwd (#17094)
This commit is contained in:
parent
faba24995d
commit
15e21be9ac
@ -1,8 +1,9 @@
|
||||
const { join } = require('path');
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
tailwindcss: {
|
||||
config: './nx-dev/nx-dev/tailwind.config.js',
|
||||
config: join(__dirname, 'tailwind.config.js'),
|
||||
},
|
||||
autoprefixer: {},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user