From c6393f86d70ca33385cc8029e9e5029c5627d5c3 Mon Sep 17 00:00:00 2001 From: Meet Mangukiya Date: Tue, 25 Feb 2020 03:29:49 +0530 Subject: Remove yarn/npm from docs Closes https://github.com/mitmproxy/mitmproxy/issues/3716 --- docs/style/fa/_list.scss | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 docs/style/fa/_list.scss (limited to 'docs/style/fa/_list.scss') diff --git a/docs/style/fa/_list.scss b/docs/style/fa/_list.scss deleted file mode 100644 index 8ebf3333..00000000 --- a/docs/style/fa/_list.scss +++ /dev/null @@ -1,18 +0,0 @@ -// List Icons -// ------------------------- - -.#{$fa-css-prefix}-ul { - list-style-type: none; - margin-left: $fa-li-width * 5/4; - padding-left: 0; - - > li { position: relative; } -} - -.#{$fa-css-prefix}-li { - left: -$fa-li-width; - position: absolute; - text-align: center; - width: $fa-li-width; - line-height: inherit; -} -- cgit v1.2.3