mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-23 17:18:44 +02:00
chore: update tailwind to v4
As is customary in the JS world EVERYTHING must break with each major version
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
const postcssPresetEnv = require("postcss-preset-env");
|
||||
const tailwindcss = require('tailwindcss');
|
||||
|
||||
module.exports = {
|
||||
plugins: [postcssPresetEnv({
|
||||
/* use stage 2 features + disable logical properties and values rule */
|
||||
stage: 2,
|
||||
features: {
|
||||
'logical-properties-and-values': false
|
||||
}
|
||||
}), tailwindcss],
|
||||
plugins: {"@tailwindcss/postcss": {}},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user