Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 27, 2024
1 parent 0724adc commit 386ab00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"plugins": ["stylelint-order", "stylelint-csstree-validator"],
"rules": {
"order/properties-alphabetical-order": true,
"csstree/validator": true,
"selector-class-pattern": null,
"custom-property-pattern": null,
"color-function-notation": "legacy",
"alpha-value-notation": "number",
"color-hex-length": "long",
"selector-not-notation": null,
"csstree/validator": true
"selector-not-notation": null
}
}
1 change: 1 addition & 0 deletions vizro-core/examples/scratch_dev/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#page-header {
padding-left: 8px;
padding: auto;
}

0 comments on commit 386ab00

Please sign in to comment.