You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: HOW_PIGMENT_CSS_WORKS.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The above code is then evaluated through the use of the `node:module` [module](h
77
77
78
78
### 2. Transformation and runtime replacement
79
79
80
-
Once it has access to the actual values of the styles, Pigment CSS then does source code [transformation](https://github.com/mui/material-ui/blob/next/packages/pigment-css-react/src/processors/css.ts) in place to remove the `css()` call from the source and replace it with a static class name string:
80
+
Once it has access to the actual values of the styles, Pigment CSS then does source code [transformation](https://github.com/mui/pigment-css/blob/master/packages/pigment-css-react/src/processors/css.ts) in place to remove the `css()` call from the source and replace it with a static class name string:
0 commit comments