aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook/source/index.css
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-16 16:48:48 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-16 16:48:48 +0100
commit1768191b23e2ab224cb584f3301da66db75acdc9 (patch)
tree4a072e14e0301a5eaae878b5ab5980d3e442eebe /174bg/handbook/source/index.css
parentd723827b91cbe59a7ccbb12942172ed00cc2006e (diff)
downloadunnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar
unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.gz
unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.bz2
unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.xz
unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.zip
replace handbook with vitepress
Diffstat (limited to '174bg/handbook/source/index.css')
-rw-r--r--174bg/handbook/source/index.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/174bg/handbook/source/index.css b/174bg/handbook/source/index.css
deleted file mode 100644
index 0e8b7eb..0000000
--- a/174bg/handbook/source/index.css
+++ /dev/null
@@ -1,17 +0,0 @@
-@import "tailwindcss";
-@plugin "@tailwindcss/typography";
-@plugin "@tailwindcss/forms";
-
-@utility hide-scrollbar {
- &::-webkit-scrollbar {
- display: none;
- }
- -ms-overflow-style: none; /* IE and Edge */
- scrollbar-width: none; /* Firefox */
-}
-
-/* justify stuff */
-p,
-li {
- text-align: justify;
-}