Skip to content

Commit

Permalink
feat(odyssey-design-tokens): combine transform selector
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancunningham-okta committed Sep 25, 2024
1 parent e7a6b9c commit 8e26b65
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/odyssey-react-mui/src/theme/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3119,11 +3119,7 @@ export const components = ({
letterSpacing: 0.5,
textTransform: "none",

"html:lang(en) &": {
textTransform: "uppercase",
},

"html:lang(en-*) &": {
":is(:lang(en-*), :lang(en))": {
textTransform: "uppercase",
},
},
Expand Down

0 comments on commit 8e26b65

Please sign in to comment.