Skip to content

Commit

Permalink
Regenerate example.png
Browse files Browse the repository at this point in the history
This replaces the declaration-property-unit-disallowed-list rule with
the shorter unit-disallowed-unit one to create a simpler example image.
  • Loading branch information
kevindew committed Jun 30, 2020
1 parent 96acce6 commit 8e8aa2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/visual-config.json
@@ -1,7 +1,7 @@
{
"rules": {
"color-no-invalid-hex": true,
"declaration-property-unit-disallowed-list": { "margin": ["px"] },
"unit-disallowed-list": ["px"],
"function-comma-space-after": ["always-single-line"],
"selector-max-specificity": ["0,1,0", { "severity": "warning" }]
}
Expand Down

0 comments on commit 8e8aa2c

Please sign in to comment.