diff --git a/src/styles/application.scss b/src/styles/application.scss index 7a88d2d5a..99d9154e6 100644 --- a/src/styles/application.scss +++ b/src/styles/application.scss @@ -11,7 +11,6 @@ @use 'components/modal'; @use 'components/compose-form'; @use 'components/status'; -@use 'components/notification'; @use 'components/columns'; @use 'components/search'; @use 'components/aliases'; diff --git a/src/styles/components/notification.scss b/src/styles/components/notification.scss deleted file mode 100644 index d593c6f2e..000000000 --- a/src/styles/components/notification.scss +++ /dev/null @@ -1,3 +0,0 @@ -.notification .status--wrapper { - @apply p-0 shadow-none rounded-none; -}