diff options
author | Pauline <git@ethanlibs.co> | 2023-12-26 21:40:26 +0100 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-12-26 21:40:26 +0100 |
commit | 1ec972a8aad20605d28616b4f88781d6b7985021 (patch) | |
tree | f951049113c9003c67fec348e1fe586126df6d74 /apps/website/tailwind.config.ts | |
parent | 02534ba7bbf9f4fd7022ab63c619da819fb99d26 (diff) | |
download | Nexus-1ec972a8aad20605d28616b4f88781d6b7985021.tar.gz Nexus-1ec972a8aad20605d28616b4f88781d6b7985021.tar.bz2 Nexus-1ec972a8aad20605d28616b4f88781d6b7985021.zip |
chore(lint): lint all files
Diffstat (limited to 'apps/website/tailwind.config.ts')
-rw-r--r-- | apps/website/tailwind.config.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/website/tailwind.config.ts b/apps/website/tailwind.config.ts index e0c91a0..9f8c412 100644 --- a/apps/website/tailwind.config.ts +++ b/apps/website/tailwind.config.ts @@ -78,9 +78,9 @@ const config: Config = { }, extend: { zIndex: { - "navbar": "9999", // Nothing should be above the navbar or backdrop - "navbar-backdrop": "9998" - } + 'navbar': '9999', // Nothing should be above the navbar or backdrop + 'navbar-backdrop': '9998', + }, }, }, plugins: [], |