-
Notifications
You must be signed in to change notification settings - Fork 144
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
[Tidy] Add stylelint rule to flag unmatched CSS properties #898
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…izro into tidy/remove-variables
for more information, see https://pre-commit.ci
View the example dashboards of the current commit live on PyCafe ☕ 🚀Updated on: 2024-11-28 13:41:46 UTC Link: vizro-core/examples/dev/ Link: vizro-core/examples/scratch_dev |
@@ -333,7 +333,7 @@ img#banner { | |||
flex-flow: column wrap; | |||
gap: 12px; | |||
justify-content: flex-start; | |||
overflow: hidden; /* to check */ | |||
overflow: hidden; /* check and remove comment */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nadijagraca - these 3 CSS properties were flagged by the linter. When you update the vizro-ai demo, could you please double-check whether these changes are okay to be made? :)
Description
declaration-property-value-no-unknown
stylelint/stylelint#6376Screenshot
Notice
I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":