Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jw@jhaurawachsman.com>2020-08-02 19:22:42 +0300
committerJhaura Wachsman <jw@jhaurawachsman.com>2020-08-02 19:22:42 +0300
commit6dcc640f5f4b0dc2d8331def3be2ac6f1abad353 (patch)
treed6930d449794abfa1bfd5aea75fa43ca28bbb0de
parent61f5f245e6225ddd7586732bda4cecb9d3208615 (diff)
Disable new Tailwind CSS `animation` core plugin
-rw-r--r--tailwind.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index 0d0d218..3116eec 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -78,6 +78,7 @@ module.exports = {
},
plugins: [],
corePlugins: {
+ animation: false,
container: false,
}
}