Adding in tailwindcss and configs
This commit is contained in:
7
postcss.config.js
Normal file
7
postcss.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const tailwindcss = require('tailwindcss');
|
||||
module.exports = {
|
||||
plugins: [
|
||||
'postcss-preset-env',
|
||||
tailwindcss
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user