Skip to content

Commit be6c430

Browse files
[docs] Finish brand name fixes #41438
1 parent 33c8b91 commit be6c430

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/writing-rules.zip

16 Bytes
Binary file not shown.

packages/pigment-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ In the above example, `light` (default) and `dark` color schemes are defined. Th
527527

528528
#### Switching color schemes
529529

530-
By default, when `colorSchemes` is defined, Pigment uses the [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) media query to switch between color schemes based on user's system settings.
530+
By default, when `colorSchemes` is defined, Pigment CSS uses the [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) media query to switch between color schemes based on the user's system settings.
531531

532532
However, if you want to control the color scheme based on application logic, for example, using a button to switch between light and dark mode, you can customize the behavior by providing a `getSelector` function:
533533

packages/pigment-unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",
77
"author": "MUI Team",
8-
"description": "Webpack integration for Pigment CSS.",
8+
"description": "Webpack integration for Pigment CSS.",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/mui/material-ui.git",

packages/pigment-vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",
77
"author": "MUI Team",
8-
"description": "Vite integration for Pigment CSS.",
8+
"description": "Vite integration for Pigment CSS.",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/mui/material-ui.git",

0 commit comments

Comments
 (0)