Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pigment CSS with Vite - Demo app

This is a Pigment CSS with [Vite](https://vitejs.dev/) project.
This is a Pigment CSS with [Vite](https://vite.dev/) project.
This project is not part of the workspace yet.

## How to run
Expand Down
2 changes: 1 addition & 1 deletion examples/pigment-css-vite-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ or:
To learn more about this example:

- [Pigment CSS documentation](https://github.com/mui/pigment-css/blob/master/README.md) - learn more about Pigment CSS features and APIs.
- [Vite documentation](https://vitejs.dev/guide/) - learn about Vite features and APIs.
- [Vite documentation](https://vite.dev/guide/) - learn about Vite features and APIs.
2 changes: 1 addition & 1 deletion examples/pigment-css-vite-ts/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const theme = extendTheme({
},
});

// https://vitejs.dev/config/
// https://vite.dev/config/
export default defineConfig({
plugins: [
pigment({
Expand Down
2 changes: 1 addition & 1 deletion examples/pigment-css-webpack-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ or:
To learn more about this example:

- [Pigment CSS documentation](https://github.com/mui/pigment-css/blob/master/README.md) - learn more about Pigment CSS features and APIs.
- [Vite documentation](https://vitejs.dev/guide/) - learn about Vite features and APIs.
- [Vite documentation](https://vite.dev/guide/) - learn about Vite features and APIs.

0 comments on commit 6b2232f

Please sign in to comment.