From 5d43dae3699d088698560851cb6f35f3dbc70c69 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Mar 2021 10:40:59 +0100 Subject: Try to reduce CSS size --- client/src/sass/include/_mixins.scss | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index ca11488cb..cf5ac8fd8 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss @@ -41,9 +41,6 @@ word-break: break-word; word-wrap: break-word; overflow-wrap: break-word; - -webkit-hyphens: auto; - -ms-hyphens: auto; - -moz-hyphens: auto; hyphens: auto; } @@ -52,28 +49,6 @@ ::ng-deep .material { color: $color; } - - ::ng-deep svg { - path[fill="#000"], - g[fill="#000"], - rect[fill="#000"], - circle[fill="#000"], - polygon[fill="#000"] { - fill: $color; - } - - path[stroke="#000"], - g[stroke="#000"], - rect[stroke="#000"], - circle[stroke="#000"], - polygon[stroke="#000"] { - stroke: $color; - } - - stop[stop-color="#000"] { - stop-color: $color; - } - } } @mixin fill-svg-color ($color) { -- cgit v1.2.3