Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test stylelint plugin #897

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
huong-li-nguyen committed Nov 27, 2024
commit 386ab00ba9632eef5cdfafdc749628d041043b6c
4 changes: 2 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -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;
}