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

Replace kebab-case properties in styles #530

Merged
merged 2 commits into from
Nov 14, 2022

Conversation

vmilan
Copy link
Contributor

@vmilan vmilan commented Nov 11, 2022

Description

Shortcut: #270596
[sc-270596]

Fix warnings related to kebab-case style properties.

@shortcut-integration
Copy link

@vmilan vmilan changed the title replace kebab-case properties Replace kebab-case properties in styles Nov 11, 2022
@vmilan vmilan requested a review from VictorVelarde November 11, 2022 17:09
@@ -9,7 +9,7 @@ export const CssBaseline = {
width: '5px'
},
'*::-webkit-scrollbar-track': {
'-webkit-box-shadow': 'none',
boxShadow: 'none',
Copy link
Contributor Author

@vmilan vmilan Nov 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vendor here is not needed anymore: https://caniuse.com/?search=box%20shadow

@vmilan vmilan requested a review from a team November 14, 2022 09:42
@vmilan vmilan merged commit eda3ccc into feature/design-system Nov 14, 2022
@vmilan vmilan deleted the feature/kebab-properties branch November 14, 2022 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants