mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add types for the nesting plugin (#12269)
* Add types for the nesting plugin * Update changelog
This commit is contained in:
parent
63989b2be8
commit
ba04af0e0b
@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser ([#12179](https://github.com/tailwindlabs/tailwindcss/pull/12179))
|
||||
- Fix crash when watching renamed files on FreeBSD ([#12193](https://github.com/tailwindlabs/tailwindcss/pull/12193))
|
||||
- Allow plugins from a parent document to be used in an iframe ([#12208](https://github.com/tailwindlabs/tailwindcss/pull/12208))
|
||||
- Add types for `tailwindcss/nesting` ([#12269](https://github.com/tailwindlabs/tailwindcss/pull/12269))
|
||||
|
||||
## [3.3.3] - 2023-07-13
|
||||
|
||||
|
||||
4
nesting/index.d.ts
vendored
Normal file
4
nesting/index.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import type { AcceptedPlugin, PluginCreator } from 'postcss'
|
||||
|
||||
declare const plugin: PluginCreator<AcceptedPlugin | string | void>
|
||||
export = plugin
|
||||
Loading…
x
Reference in New Issue
Block a user