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 = {
|
module.exports = {
|
||||||
plugins: {
|
plugins: {
|
||||||
'postcss-import': {},
|
'postcss-import': {},
|
||||||
tailwindcss: {
|
tailwindcss: {
|
||||||
config: './nx-dev/nx-dev/tailwind.config.js',
|
config: join(__dirname, 'tailwind.config.js'),
|
||||||
},
|
},
|
||||||
autoprefixer: {},
|
autoprefixer: {},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user