This commit is contained in:
afc163
2017-02-17 13:58:24 +08:00
parent a87016ce54
commit bed59cf658
2 changed files with 3 additions and 2 deletions

View File

@@ -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,

View File

@@ -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