clean up postcss config
This commit is contained in:
parent
d6e3b45f3c
commit
014f2d3513
@ -1,10 +1,7 @@
|
||||
const path = require('path');
|
||||
const tailwindcss = require('tailwindcss');
|
||||
const commonConfigs = require('../../postcss.config.js');
|
||||
const tailwindConfigPath = path.join(__dirname, 'tailwind.config.js');
|
||||
|
||||
module.exports = {
|
||||
...commonConfigs,
|
||||
plugins: [
|
||||
tailwindcss('./src/gatsby-theme-docz/tailwind.js'),
|
||||
require('autoprefixer'),
|
||||
],
|
||||
plugins: [tailwindcss(tailwindConfigPath), require('autoprefixer')],
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user