vite-plugin-uni-tailwind-processor 1.0.0 → 1.0.1

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/index.d.mts CHANGED
@@ -19,8 +19,7 @@ interface IGenerateTailwindOptions {
19
19
  * 清理css配置项
20
20
  */
21
21
  interface ICleanCSSOptions {
22
- disposeCssPath: string;
23
- scriptPath: string;
22
+ tailwindCssPath: string;
24
23
  }
25
24
  /**
26
25
  * 监听配置项
package/dist/index.d.ts CHANGED
@@ -19,8 +19,7 @@ interface IGenerateTailwindOptions {
19
19
  * 清理css配置项
20
20
  */
21
21
  interface ICleanCSSOptions {
22
- disposeCssPath: string;
23
- scriptPath: string;
22
+ tailwindCssPath: string;
24
23
  }
25
24
  /**
26
25
  * 监听配置项