diff --git a/HydeFront-v4-plan.md b/HydeFront-v4-plan.md index ba9eaf37e2a..ade54f8baf4 100644 --- a/HydeFront-v4-plan.md +++ b/HydeFront-v4-plan.md @@ -122,3 +122,4 @@ Lists all the changes made to the codebase to implement the new component system - Remove x-cloak style from app CSS as we have it in the head HTML - Removed x-uncloak-md class, replaced with pure Tailwind +- Remove now empty alpine.scss file diff --git a/packages/hydefront/hyde.scss b/packages/hydefront/hyde.scss index 0d39c9b6d6f..c268635823f 100644 --- a/packages/hydefront/hyde.scss +++ b/packages/hydefront/hyde.scss @@ -10,5 +10,4 @@ @use 'sass/markdown/torchlight'; @use 'sass/markdown/blockquotes'; @use 'sass/markdown/codeblocks'; -@use 'sass/utilities/alpine'; @use 'sass/patches/typography'; diff --git a/packages/hydefront/sass/utilities/alpine.scss b/packages/hydefront/sass/utilities/alpine.scss deleted file mode 100644 index e69de29bb2d..00000000000