From d6048d3a6cb746d8dce57c3f0bf36c85975cd27f Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 30 Apr 2024 21:27:04 +0200 Subject: [PATCH] Add compatibility `app/javascript/flavours/glitch/styles/index.scss` --- app/javascript/flavours/glitch/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/javascript/flavours/glitch/styles/index.scss diff --git a/app/javascript/flavours/glitch/styles/index.scss b/app/javascript/flavours/glitch/styles/index.scss new file mode 100644 index 0000000000..9475b4c3c8 --- /dev/null +++ b/app/javascript/flavours/glitch/styles/index.scss @@ -0,0 +1,5 @@ +/* This is a compat file so that third-party themes do not have to immediately + update their implementation, as the previous `index.scss` has been renamed + to `application.scss`. */ + +@import 'application';