From f36975e78cf63fad59e3d9d7af9b6c99c7be01ab Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 19 Mar 2025 19:19:48 +0100 Subject: [PATCH] fix(other): fix tailwind (#297) * remove empty main.css * fix tailwind to work properly with vuepress Have Headline paddings apply only to the blank layout. Change contentwidth only on blank layout. Do only partially import tailwind (ommit preflight) as it is in conflict with vuepress. * tailwind load preflight, but exclude certain styles * limit fixes to vuepress classes --- docs/.vuepress/layouts/BlankLayout.vue | 49 ++++++++++++++++++++++++-- docs/.vuepress/styles/index.scss | 28 ++++----------- docs/.vuepress/styles/main.css | 0 docs/index.md | 17 --------- 4 files changed, 54 insertions(+), 40 deletions(-) delete mode 100644 docs/.vuepress/styles/main.css diff --git a/docs/.vuepress/layouts/BlankLayout.vue b/docs/.vuepress/layouts/BlankLayout.vue index 21e01c2..6109cd6 100644 --- a/docs/.vuepress/layouts/BlankLayout.vue +++ b/docs/.vuepress/layouts/BlankLayout.vue @@ -1,5 +1,5 @@