⬆️ Updated dependencies
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
const tailwindcss = require('tailwindcss');
|
||||
const autoprefixer = require('autoprefixer');
|
||||
const cssnano = require('cssnano');
|
||||
|
||||
const config = {
|
||||
plugins: [
|
||||
//Some plugins, like tailwindcss/nesting, need to run before Tailwind,
|
||||
tailwindcss(),
|
||||
//But others, like autoprefixer, need to run after,
|
||||
autoprefixer
|
||||
autoprefixer,
|
||||
cssnano({ preset: 'default' })
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user