@umijs/plugin-docs 4.0.12 → 4.0.13

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.1.3 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
3
3
  */
4
4
 
5
5
  /*
@@ -355,13 +355,6 @@ input::-moz-placeholder, textarea::-moz-placeholder {
355
355
  /* 2 */
356
356
  }
357
357
 
358
- input:-ms-input-placeholder, textarea:-ms-input-placeholder {
359
- opacity: 1;
360
- /* 1 */
361
- color: #9ca3af;
362
- /* 2 */
363
- }
364
-
365
358
  input::placeholder,
366
359
  textarea::placeholder {
367
360
  opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/plugin-docs",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "@umijs/plugin-docs",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/plugin-docs#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -42,7 +42,7 @@
42
42
  "rehype-slug": "5.0.1",
43
43
  "remark-gfm": "^3.0.1",
44
44
  "tailwindcss": "^3.0.24",
45
- "umi": "4.0.12"
45
+ "umi": "4.0.13"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"