@pandacss/types 0.0.0-dev-20230103023431 → 0.0.0-dev-20230103100753
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.d.ts +4 -0
- package/package.json +1 -1
package/dist/config.d.ts
CHANGED
|
@@ -13,6 +13,10 @@ export type Config<
|
|
|
13
13
|
Breakpoints extends Dict = Dict,
|
|
14
14
|
Tokens extends PartialTokens = PartialTokens,
|
|
15
15
|
> = {
|
|
16
|
+
/**
|
|
17
|
+
* Whether to update the .gitignore file.
|
|
18
|
+
*/
|
|
19
|
+
gitignore?: boolean
|
|
16
20
|
/**
|
|
17
21
|
* The value separator used in the generated class names.
|
|
18
22
|
* @default '_'
|