From 0b6e9c09753544aad9aaa5c0581c9269af4dc6c0 Mon Sep 17 00:00:00 2001 From: dailer Date: Tue, 15 Jan 2019 12:36:48 +0800 Subject: [PATCH] update --- src/less/image.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/image.less b/src/less/image.less index add5b1d0f..df60b8aa0 100644 --- a/src/less/image.less +++ b/src/less/image.less @@ -18,7 +18,7 @@ _background: none; } -.background(@class,@backgroundPath, @top:center, @left:center, @repeat: no-repeat) { +.background(@class, @backgroundPath, @top:center, @left:center, @repeat: no-repeat) { .@{class} { .image2xPath(@backgroundPath, @top, @left, @repeat);