@tamagui/types 1.112.1 → 1.112.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.112.1",
3
+ "version": "1.112.3",
4
4
  "types": "./types.ts",
5
5
  "files": [
6
6
  "types.ts"
package/types.ts CHANGED
@@ -115,11 +115,6 @@ export interface TamaguiBuildOptions {
115
115
  */
116
116
  disableInitialBuild?: boolean
117
117
 
118
- /**
119
- * Disables running lightningcss before emitting outputCSS
120
- */
121
- disableMinifyCSS?: boolean
122
-
123
118
  /**
124
119
  * This can speed up dev builds by only optimizing the client side generated code,
125
120
  * but can cause hydration mis-matches