aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index 6d2dd15..b31c6f3 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -10,8 +10,9 @@ module.exports = {
darkMode: "class",
theme: {
screens: {
- xs: "425px",
xxs: "375px",
+ xs: "425px",
+
...defaultTheme.screens,
},
extend: {
@@ -77,6 +78,5 @@ module.exports = {
nocompatible: true,
}),
require("tailwind-scrollbar-hide"),
- require("@shrutibalasa/tailwind-grid-auto-fit"),
],
};