mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix casing of import of corePluginList type definition (#8587)
* Fix: Wrong import of CorePluginList type file * Update changelog Co-authored-by: Jordan Pittman <jordan@cryptica.me>
This commit is contained in:
parent
ce80574ff5
commit
ad98a619a4
@ -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
|
||||
|
||||
|
||||
2
types/config.d.ts
vendored
2
types/config.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
import type { CorePluginList } from './generated/CorePluginList'
|
||||
import type { CorePluginList } from './generated/corePluginList'
|
||||
import type { DefaultColors } from './generated/colors'
|
||||
|
||||
// Helpers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user