Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 25, 2024
1 parent 1463a03 commit c686b2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/(private)/experiments/slider.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.slider {
font-family: "IBM Plex Sans", sans-serif;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 1rem;
width: 100%;
align-items: center;
Expand Down
3 changes: 1 addition & 2 deletions docs/src/components/Select.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
@media (prefers-color-scheme: light) {
/* Use filter for the shadow in order to catch the arrow part */
filter: drop-shadow(0 0 1px var(--color-gray-200))
drop-shadow(0 0.5px 1px var(--color-gray-200))
drop-shadow(0 1px 2px var(--color-gray-200))
drop-shadow(0 0.5px 1px var(--color-gray-200)) drop-shadow(0 1px 2px var(--color-gray-200))
drop-shadow(0 3px 8px var(--color-gray-300));
}
}
Expand Down
2 changes: 1 addition & 1 deletion stylelint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import baseline from '@mui/monorepo/stylelint.config.mjs';

export default {
...baseline,
defaultSeverity: 'warning' // TODO, remove
defaultSeverity: 'warning', // TODO, remove
};

0 comments on commit c686b2c

Please sign in to comment.