mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
fix lint
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user