From 3697672047a60bfda62215845b19d177aeae3f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Fri, 5 Jun 2020 03:27:00 +0000 Subject: [PATCH] perf: remove unused vendor and mpzero stylus functions (#623) --- src/css/variables.styl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/css/variables.styl b/src/css/variables.styl index 8bffb7942..b9f18748e 100644 --- a/src/css/variables.styl +++ b/src/css/variables.styl @@ -26,15 +26,6 @@ pos(top, left) top: top left: left -mpzero() - margin: 0 - padding: 0 - -vendor(prop, args) - -webkit-{prop} args - -moz-{prop} args - {prop} args - clearfix() &:after content: '';