tailwindcss 0.0.0-oxide-insiders.17159ff → 0.0.0-oxide-insiders.e7ae7f1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "0.0.0-oxide-insiders.17159ff",
3
+ "version": "0.0.0-oxide-insiders.e7ae7f1",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -70,7 +70,7 @@
70
70
  "postcss": "^8.0.9"
71
71
  },
72
72
  "dependencies": {
73
- "@tailwindcss/oxide": "0.0.0-oxide-insiders.17159ff",
73
+ "@tailwindcss/oxide": "0.0.0-oxide-insiders.e7ae7f1",
74
74
  "arg": "^5.0.2",
75
75
  "browserslist": "^4.21.5",
76
76
  "chokidar": "^3.5.3",
@@ -879,8 +879,8 @@ module.exports = {
879
879
  none: 'none',
880
880
  all: 'all',
881
881
  DEFAULT:
882
- 'color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter',
883
- colors: 'color, background-color, border-color, outline-color, text-decoration-color, fill, stroke',
882
+ 'color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter',
883
+ colors: 'color, background-color, border-color, text-decoration-color, fill, stroke',
884
884
  opacity: 'opacity',
885
885
  shadow: 'box-shadow',
886
886
  transform: 'transform',