mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-05 23:54:35 +00:00
More v2.2
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const tailwindcss = require("tailwindcss");
|
||||
const autoprefixer = require("autoprefixer");
|
||||
const cssnano = require("cssnano");
|
||||
|
||||
const config = {
|
||||
plugins: [
|
||||
@@ -7,6 +8,7 @@ const config = {
|
||||
tailwindcss(),
|
||||
//But others, like autoprefixer, need to run after,
|
||||
autoprefixer,
|
||||
cssnano()
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user