Skip to content

Commit ad98a61

Browse files
Fix casing of import of corePluginList type definition (#8587)
* Fix: Wrong import of CorePluginList type file * Update changelog Co-authored-by: Jordan Pittman <[email protected]>
1 parent ce80574 commit ad98a61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Ensure `\` is a valid arbitrary variant token ([#8576](https://github.com/tailwindlabs/tailwindcss/pull/8576))
1717
- 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))
18+
- Fix casing of import of `corePluginList` type definition ([#8587](https://github.com/tailwindlabs/tailwindcss/pull/8587))
1819

1920
## [3.1.1] - 2022-06-09
2021

types/config.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { CorePluginList } from './generated/CorePluginList'
1+
import type { CorePluginList } from './generated/corePluginList'
22
import type { DefaultColors } from './generated/colors'
33

44
// Helpers

0 commit comments

Comments
 (0)