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 @@
-