mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-18 23:44:18 +01:00
postcss and scripts
This commit is contained in:
9
postcss.config.js
Normal file
9
postcss.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('tailwindcss'),
|
||||
require('autoprefixer'),
|
||||
require('cssnano')({
|
||||
preset: 'default', // Minify CSS
|
||||
}),
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user