diff --git a/.stylelintrc b/.stylelintrc index 0b6cb2f7e..59fd86dfc 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -3,6 +3,7 @@ "rules": { "at-rule-empty-line-before": null, "at-rule-name-space-after": null, + "comment-empty-line-before": null, "declaration-bang-space-before": null, "declaration-empty-line-before": null, "function-comma-newline-after": null, diff --git a/components/spin/style/index.less b/components/spin/style/index.less index 00b601665..2e0efb1f5 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -78,9 +78,9 @@ -webkit-filter: blur(0.8px); filter: blur(0.8px); - /* IE6~IE9 */ /* autoprefixer: off */ - filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; // lesshint duplicateProperty: false + filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; + /* autoprefixer: on */ // workround for a strange style bug in safari: // https://github.com/ant-design/ant-design/issues/4622 // have no clue why this works