@weapp-tailwindcss/postcss 3.2.2 → 3.2.4
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/compat/line-comments.d.ts +5 -0
- package/dist/compat/uni-app-x-uvue/scoped-style.d.ts +4 -0
- package/dist/compat/uni-app-x-uvue.d.ts +1 -1
- package/dist/html-transform.cjs +1 -1
- package/dist/index.cjs +2458 -44605
- package/dist/index.js +274 -5
- package/dist/{rolldown-runtime-emK7D4bc.cjs → rolldown-runtime-D6vf50IK.cjs} +0 -7
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { Result as PostcssResult } from 'postcss';
|
|
2
2
|
import type { IStyleHandlerOptions } from '../types.js';
|
|
3
3
|
import postcss from 'postcss';
|
|
4
|
-
export declare function applyUniAppXUvueCompatibility(result: PostcssResult, options?: Pick<IStyleHandlerOptions, 'customPropertyValues' | 'uniAppX' | 'uniAppXCssTarget' | 'uniAppXUnsupported'>): PostcssResult<postcss.Document | postcss.Root>;
|
|
4
|
+
export declare function applyUniAppXUvueCompatibility(result: PostcssResult, options?: Pick<IStyleHandlerOptions, 'customPropertyValues' | 'isMainChunk' | 'uniAppX' | 'uniAppXCssTarget' | 'uniAppXUnsupported'>): PostcssResult<postcss.Document | postcss.Root>;
|
package/dist/html-transform.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require("./rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require("./rolldown-runtime-D6vf50IK.cjs");
|
|
2
2
|
let node_process = require("node:process");
|
|
3
3
|
node_process = require_rolldown_runtime.__toESM(node_process, 1);
|
|
4
4
|
let _weapp_tailwindcss_shared = require("@weapp-tailwindcss/shared");
|