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: examples/pigment-css-webpack-ts/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Pigment CSS - Vite with TypeScript example project
1
+
# Pigment CSS - Webpack with TypeScript example project
2
2
3
3
## How to use
4
4
@@ -7,8 +7,8 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css):
7
7
<!-- #default-branch-switch -->
8
8
9
9
```bash
10
-
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-vite-ts
11
-
cd pigment-css-vite-ts
10
+
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-webpack-ts
11
+
cd pigment-css-webpack-ts
12
12
```
13
13
14
14
Install it and run:
@@ -22,9 +22,9 @@ or:
22
22
23
23
<!-- #default-branch-switch -->
24
24
25
-
[](https://stackblitz.com/github/mui/pigment-css/tree/master/examples/pigment-css-vite-ts)
25
+
[](https://stackblitz.com/github/mui/pigment-css/tree/master/examples/pigment-css-webpack-ts)
26
26
27
-
[](https://codesandbox.io/p/sandbox/github/mui/pigment-css/tree/master/examples/pigment-css-vite-ts)
27
+
[](https://codesandbox.io/p/sandbox/github/mui/pigment-css/tree/master/examples/pigment-css-webpack-ts)
0 commit comments