@weapp-tailwindcss/postcss 1.0.3-alpha.0 → 1.0.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/index.js CHANGED
@@ -152,7 +152,7 @@ function getFallbackRemove(rule) {
152
152
  if (x.nodes.length === 1 && x.nodes[0].type === "id" && x.nodes[0].value === "#") {
153
153
  x.nodes = [
154
154
  _postcssselectorparser2.default.tag({
155
- value: "n"
155
+ value: "#n"
156
156
  })
157
157
  ];
158
158
  }
package/dist/index.mjs CHANGED
@@ -152,7 +152,7 @@ function getFallbackRemove(rule) {
152
152
  if (x.nodes.length === 1 && x.nodes[0].type === "id" && x.nodes[0].value === "#") {
153
153
  x.nodes = [
154
154
  selectorParser.tag({
155
- value: "n"
155
+ value: "#n"
156
156
  })
157
157
  ];
158
158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weapp-tailwindcss/postcss",
3
- "version": "1.0.3-alpha.0",
3
+ "version": "1.0.4",
4
4
  "description": "@weapp-tailwindcss/postcss",
5
5
  "author": "ice breaker <1324318532@qq.com>",
6
6
  "license": "MIT",
@@ -35,13 +35,13 @@
35
35
  "dependencies": {
36
36
  "@weapp-core/escape": "~4.0.1",
37
37
  "postcss": "~8.5.3",
38
- "postcss-preset-env": "^10.1.4",
38
+ "postcss-preset-env": "^10.1.5",
39
39
  "postcss-rem-to-responsive-pixel": "~6.0.2",
40
40
  "postcss-selector-parser": "~7.1.0",
41
- "@weapp-tailwindcss/shared": "1.0.1-alpha.0"
41
+ "@weapp-tailwindcss/shared": "1.0.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@weapp-tailwindcss/mangle": "1.0.1-alpha.0"
44
+ "@weapp-tailwindcss/mangle": "1.0.2"
45
45
  },
46
46
  "scripts": {
47
47
  "dev": "tsup --watch --sourcemap",