diff --git a/package.json b/package.json index 5ffe04e..9110cca 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/stimulus-webpack-helpers": "^1.0.1", "@hotwired/turbo": "^8.0.13", - "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.16", "concurrently": "^9.2.1", "tailwindcss": "^4.1.12" diff --git a/site/snippets/blocks/heading.php b/site/snippets/blocks/heading.php deleted file mode 100644 index fb22ef0..0000000 --- a/site/snippets/blocks/heading.php +++ /dev/null @@ -1,5 +0,0 @@ - -
-<level()->or('h2') ?>>text() ?>> -
\ No newline at end of file diff --git a/site/snippets/blocks/list.php b/site/snippets/blocks/list.php deleted file mode 100644 index 85e1c2c..0000000 --- a/site/snippets/blocks/list.php +++ /dev/null @@ -1,5 +0,0 @@ - -
-text(); ?> -
\ No newline at end of file diff --git a/site/snippets/blocks/markdown.php b/site/snippets/blocks/markdown.php deleted file mode 100644 index 7e60268..0000000 --- a/site/snippets/blocks/markdown.php +++ /dev/null @@ -1,5 +0,0 @@ - -
-text()->kt(); ?> -
\ No newline at end of file diff --git a/site/snippets/blocks/quote.php b/site/snippets/blocks/quote.php deleted file mode 100644 index 5c00063..0000000 --- a/site/snippets/blocks/quote.php +++ /dev/null @@ -1,11 +0,0 @@ - -
-
- text() ?> - citation()->isNotEmpty()): ?> -
- citation() ?> -
- -
-
\ No newline at end of file diff --git a/site/snippets/blocks/text.php b/site/snippets/blocks/text.php deleted file mode 100644 index 73317a5..0000000 --- a/site/snippets/blocks/text.php +++ /dev/null @@ -1,5 +0,0 @@ - -
-text(); ?> -
diff --git a/src/css/tailwind.css b/src/css/tailwind.css index c2fa746..3571db7 100644 --- a/src/css/tailwind.css +++ b/src/css/tailwind.css @@ -1,5 +1,2 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; -@plugin "@tailwindcss/forms"; - -@source inline('{sm:,md:,lg:,xl:,}col-span-{1,2,3,4,5,6,7,8,9,10,11,12}');