diff --git a/docs/data/getting-started/overview/overview.mdx b/docs/data/getting-started/overview/overview.mdx index 3da139a9..e0ac6416 100644 --- a/docs/data/getting-started/overview/overview.mdx +++ b/docs/data/getting-started/overview/overview.mdx @@ -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/). diff --git a/examples/pigment-css-webpack-ts/index.html b/examples/pigment-css-webpack-ts/index.html index 3e5e5d95..d5aaa90b 100644 --- a/examples/pigment-css-webpack-ts/index.html +++ b/examples/pigment-css-webpack-ts/index.html @@ -3,7 +3,7 @@ - Pigment CSS + Webpack + TypeScript + Pigment CSS + webpack + TypeScript
diff --git a/packages/pigment-css-unplugin/package.json b/packages/pigment-css-unplugin/package.json index 1db04a5e..8ac29a8e 100644 --- a/packages/pigment-css-unplugin/package.json +++ b/packages/pigment-css-unplugin/package.json @@ -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",