Skip to content

Commit 4a07424

Browse files
[docs][pigment-css] Fix typo globalCSS -> globalCss (#43754)
Co-authored-by: ZeeshanTamboli <[email protected]>
1 parent a676453 commit 4a07424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/data/material/experimental-api/pigment-css/pigment-css.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ const mainClass = css({
130130

131131
#### Creating global styles
132132

133-
Use the `globalCSS` API to define global styles to load across an entire app.
133+
Use the `globalCss` API to define global styles to load across an entire app.
134134

135135
You should define these at the top level of your JavaScript file:
136136

137137
```js
138-
import { globalCSS } from '@pigment-css/react';
138+
import { globalCss } from '@pigment-css/react';
139139

140140
globalCss`
141141
body {

0 commit comments

Comments
 (0)