about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-25 21:20:01 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-02-25 23:46:23 +0100
commitcc94cc86aec60d3817f40047bc358fce5b1dbc91 (patch)
tree78f0171cd30b0243a820b19b971cd4399617ab07 /app/javascript/flavours/glitch/styles/components/drawer.scss
parentac8512a73aade4cbca5d043a429160da2f01ad75 (diff)
Fix glitch-soc SCSS code style and refactor closer to upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/drawer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss
index 2c2f25168..9de5a4435 100644
--- a/app/javascript/flavours/glitch/styles/components/drawer.scss
+++ b/app/javascript/flavours/glitch/styles/components/drawer.scss
@@ -98,7 +98,7 @@
 }
 
 .search-popout {
-  @include search-popout();
+  @include search-popout;
 }
 
 .navigation-bar {