From 093b5bfe5cbdfb0dc77dbdcb62d486b226aa5404 Mon Sep 17 00:00:00 2001 From: Matt Budz Date: Thu, 16 Jan 2025 17:48:45 +0100 Subject: [PATCH] remove temporary files --- app/assets/stylesheets/tylium/modules/buttons.scss | 2 -- app/assets/stylesheets/tylium/variables.scss | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 app/assets/stylesheets/tylium/modules/buttons.scss delete mode 100644 app/assets/stylesheets/tylium/variables.scss diff --git a/app/assets/stylesheets/tylium/modules/buttons.scss b/app/assets/stylesheets/tylium/modules/buttons.scss deleted file mode 100644 index 76f54885c..000000000 --- a/app/assets/stylesheets/tylium/modules/buttons.scss +++ /dev/null @@ -1,2 +0,0 @@ -// Required temporarily to satisfy engines without updating them all -@import '../../hera/modules/buttons'; diff --git a/app/assets/stylesheets/tylium/variables.scss b/app/assets/stylesheets/tylium/variables.scss deleted file mode 100644 index f0a6fa626..000000000 --- a/app/assets/stylesheets/tylium/variables.scss +++ /dev/null @@ -1,2 +0,0 @@ -// Required temporarily to satisfy engines without updating them all -@import '../hera/variables';