diff --git a/packages/hydefront/hyde.scss b/packages/hydefront/hyde.scss index 0d39c9b6d6f..4242ea03c27 100644 --- a/packages/hydefront/hyde.scss +++ b/packages/hydefront/hyde.scss @@ -11,4 +11,3 @@ @use 'sass/markdown/blockquotes'; @use 'sass/markdown/codeblocks'; @use 'sass/utilities/alpine'; -@use 'sass/patches/typography'; diff --git a/packages/hydefront/sass/patches/_typography.scss b/packages/hydefront/sass/patches/_typography.scss deleted file mode 100644 index a119ffb12b2..00000000000 --- a/packages/hydefront/sass/patches/_typography.scss +++ /dev/null @@ -1,4 +0,0 @@ -/** Patches https://github.com/tailwindlabs/tailwindcss-typography/pull/346 */ -.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)) { - text-align: start; -} \ No newline at end of file