Skip to content

Commit

Permalink
perf: remove unused vendor and mpzero stylus functions (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored Jun 5, 2020
1 parent d535ccd commit 3697672
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/css/variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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: '';
Expand Down

0 comments on commit 3697672

Please sign in to comment.