@weapp-tailwindcss/postcss 1.0.1 → 1.0.3-alpha.0

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.js CHANGED
@@ -578,7 +578,7 @@ var postcssWeappTailwindcssPrePlugin = (options = {
578
578
  };
579
579
  postcssWeappTailwindcssPrePlugin.postcss = true;
580
580
 
581
- // ../../node_modules/.pnpm/@csstools+postcss-is-pseudo-class@5.0.1_postcss@8.5.2/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs
581
+ // ../../node_modules/.pnpm/@csstools+postcss-is-pseudo-class@5.0.1_postcss@8.5.3/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs
582
582
 
583
583
 
584
584
  // ../../node_modules/.pnpm/@csstools+selector-specificity@5.0.0_postcss-selector-parser@7.1.0/node_modules/@csstools/selector-specificity/dist/index.mjs
@@ -686,7 +686,7 @@ function selectorNodeContainsNothingOrOnlyUniversal(e3) {
686
686
  return 0 === t2.length || 1 === t2.length && "universal" === t2[0].type;
687
687
  }
688
688
 
689
- // ../../node_modules/.pnpm/@csstools+postcss-is-pseudo-class@5.0.1_postcss@8.5.2/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs
689
+ // ../../node_modules/.pnpm/@csstools+postcss-is-pseudo-class@5.0.1_postcss@8.5.3/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs
690
690
  function alwaysValidSelector(s) {
691
691
  const o2 = _postcssselectorparser2.default.call(void 0, ).astSync(s);
692
692
  let t2 = true;
package/dist/index.mjs CHANGED
@@ -578,7 +578,7 @@ var postcssWeappTailwindcssPrePlugin = (options = {
578
578
  };
579
579
  postcssWeappTailwindcssPrePlugin.postcss = true;
580
580
 
581
- // ../../node_modules/.pnpm/@csstools+postcss-is-pseudo-class@5.0.1_postcss@8.5.2/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs
581
+ // ../../node_modules/.pnpm/@csstools+postcss-is-pseudo-class@5.0.1_postcss@8.5.3/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs
582
582
  import e2 from "postcss-selector-parser";
583
583
 
584
584
  // ../../node_modules/.pnpm/@csstools+selector-specificity@5.0.0_postcss-selector-parser@7.1.0/node_modules/@csstools/selector-specificity/dist/index.mjs
@@ -686,7 +686,7 @@ function selectorNodeContainsNothingOrOnlyUniversal(e3) {
686
686
  return 0 === t2.length || 1 === t2.length && "universal" === t2[0].type;
687
687
  }
688
688
 
689
- // ../../node_modules/.pnpm/@csstools+postcss-is-pseudo-class@5.0.1_postcss@8.5.2/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs
689
+ // ../../node_modules/.pnpm/@csstools+postcss-is-pseudo-class@5.0.1_postcss@8.5.3/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs
690
690
  function alwaysValidSelector(s) {
691
691
  const o2 = e2().astSync(s);
692
692
  let t2 = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weapp-tailwindcss/postcss",
3
- "version": "1.0.1",
3
+ "version": "1.0.3-alpha.0",
4
4
  "description": "@weapp-tailwindcss/postcss",
5
5
  "author": "ice breaker <1324318532@qq.com>",
6
6
  "license": "MIT",
@@ -33,15 +33,15 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@weapp-core/escape": "~4.0.0",
37
- "postcss": "~8.5.2",
36
+ "@weapp-core/escape": "~4.0.1",
37
+ "postcss": "~8.5.3",
38
38
  "postcss-preset-env": "^10.1.4",
39
39
  "postcss-rem-to-responsive-pixel": "~6.0.2",
40
40
  "postcss-selector-parser": "~7.1.0",
41
- "@weapp-tailwindcss/shared": "1.0.0"
41
+ "@weapp-tailwindcss/shared": "1.0.1-alpha.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@weapp-tailwindcss/mangle": "1.0.0"
44
+ "@weapp-tailwindcss/mangle": "1.0.1-alpha.0"
45
45
  },
46
46
  "scripts": {
47
47
  "dev": "tsup --watch --sourcemap",