summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/utils/_mixins.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/utils/_mixins.scss')
-rw-r--r--web/sass-files/sass/utils/_mixins.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/web/sass-files/sass/utils/_mixins.scss b/web/sass-files/sass/utils/_mixins.scss
deleted file mode 100644
index 28723e1a5..000000000
--- a/web/sass-files/sass/utils/_mixins.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-@charset 'UTF-8';
-
-@mixin file-icon($path) {
- background: #fff url($path);
- background-position: center;
- background-repeat: no-repeat;
- @include background-size(60px auto);
-}