Skip to content

Commit

Permalink
[core] Fix webpack capitalization (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 9, 2024
1 parent dea4b14 commit 5c42fc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data/getting-started/overview/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ description: Get started with Pigment CSS, a zero-runtime CSS-in-JS library.

## Installation

Pigment CSS has two category of packages. First one is to be imported and used in your source code. This includes the public API of the package. Second category is to be imported in your bundler config file to configure and actually be able to use Pigment CSS. We currently support [`Next.js`](https://nextjs.org/) (no Turbopack yet), [`Vite`](https://vite.dev/) and [`Webpack`](https://webpack.js.org/).
Pigment CSS has two category of packages. First one is to be imported and used in your source code. This includes the public API of the package. Second category is to be imported in your bundler config file to configure and actually be able to use Pigment CSS. We currently support [Next.js](https://nextjs.org/) (no Turbopack yet), [Vite](https://vite.dev/) and [webpack](https://webpack.js.org/).
2 changes: 1 addition & 1 deletion examples/pigment-css-webpack-ts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Pigment CSS + Webpack + TypeScript</title>
<title>Pigment CSS + webpack + TypeScript</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "build/index.mjs",
"types": "build/index.d.ts",
"author": "MUI Team",
"description": "Webpack integration for Pigment CSS.",
"description": "webpack integration for Pigment CSS.",
"repository": {
"type": "git",
"url": "git+https://github.com/mui/pigment-css.git",
Expand Down

0 comments on commit 5c42fc3

Please sign in to comment.