aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-07-16 22:35:39 +0700
committerFactiven <[email protected]>2023-07-16 22:35:39 +0700
commit1eee181e219dfd993d396ac3169e7aad3dd285eb (patch)
tree23fe54e9c3f8810f3ac9ab6b29070b4f0d4b9d20 /tailwind.config.js
parentremoved console.log (diff)
downloadmoopa-1eee181e219dfd993d396ac3169e7aad3dd285eb.tar.xz
moopa-1eee181e219dfd993d396ac3169e7aad3dd285eb.zip
Update v3.6.4
- Added Manga page with a working tracker for AniList user - Added schedule component to home page - Added disqus comment section so you can fight on each other (not recommended) - Added /id and /en route for english and indonesian subs (id route still work in progress)
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"),
],
};