💄 move to tailwindcss
This commit is contained in:
10
postcss.config.js
Normal file
10
postcss.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('postcss-import'),
|
||||
require('tailwindcss'),
|
||||
require('autoprefixer'),
|
||||
...(process.env.JEKYLL_ENV == "production"
|
||||
? [require('cssnano')({ preset: 'default' })]
|
||||
: [])
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user