From 82f0ccd0b1b36c946446ad744ee240a6867c8eef Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 9 Dec 2020 11:47:54 +0530 Subject: [PATCH] fix: Remove flex.less import from chat.less --- frappe/public/less/chat.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/frappe/public/less/chat.less b/frappe/public/less/chat.less index 8b9f17c2aa..a63d24f8de 100644 --- a/frappe/public/less/chat.less +++ b/frappe/public/less/chat.less @@ -1,9 +1,6 @@ // Author - Achilles Rasquinha // http://codeguide.co - @mdo (Author of Bootstrap) - -@import "flex.less"; - // Typography @font-weight-bold: 700; @font-weight-heavy: 900;