diff --git a/CHANGELOG.md b/CHANGELOG.md index f6bd6023dac0..136efcafce5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ensure `\` is a valid arbitrary variant token ([#8576](https://github.com/tailwindlabs/tailwindcss/pull/8576)) - Enable `postcss-import` in the CLI by default in watch mode ([#8574](https://github.com/tailwindlabs/tailwindcss/pull/8574), [#8580](https://github.com/tailwindlabs/tailwindcss/pull/8580)) +- Fix casing of import of `corePluginList` type definition ([#8587](https://github.com/tailwindlabs/tailwindcss/pull/8587)) ## [3.1.1] - 2022-06-09 diff --git a/types/config.d.ts b/types/config.d.ts index b04e16b1cd6d..d80d42e00ffc 100644 --- a/types/config.d.ts +++ b/types/config.d.ts @@ -1,4 +1,4 @@ -import type { CorePluginList } from './generated/CorePluginList' +import type { CorePluginList } from './generated/corePluginList' import type { DefaultColors } from './generated/colors' // Helpers