tailwindcss 0.0.0-oxide-insiders.cb8af0c → 0.0.0-oxide-insiders.a7fe2fe
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 +4 -4
- package/peers/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwindcss",
|
|
3
|
-
"version": "0.0.0-oxide-insiders.
|
|
3
|
+
"version": "0.0.0-oxide-insiders.a7fe2fe",
|
|
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.
|
|
73
|
+
"@tailwindcss/oxide": "0.0.0-oxide-insiders.a7fe2fe",
|
|
74
74
|
"arg": "^5.0.2",
|
|
75
75
|
"browserslist": "^4.21.5",
|
|
76
76
|
"chokidar": "^3.5.3",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"normalize-path": "^3.0.0",
|
|
88
88
|
"object-hash": "^3.0.0",
|
|
89
89
|
"picocolors": "^1.0.0",
|
|
90
|
-
"postcss": "^8.4.
|
|
90
|
+
"postcss": "^8.4.23",
|
|
91
91
|
"postcss-import": "^14.1.0",
|
|
92
92
|
"postcss-js": "^4.0.1",
|
|
93
93
|
"postcss-load-config": "^3.1.4",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"postcss-value-parser": "^4.2.0",
|
|
97
97
|
"quick-lru": "^5.1.1",
|
|
98
98
|
"resolve": "^1.22.3",
|
|
99
|
-
"sucrase": "^3.
|
|
99
|
+
"sucrase": "^3.32.0"
|
|
100
100
|
},
|
|
101
101
|
"browserslist": [
|
|
102
102
|
"> 1%",
|
package/peers/index.js
CHANGED
|
@@ -5603,7 +5603,7 @@ var require_processor = __commonJS({
|
|
|
5603
5603
|
var Root = require_root();
|
|
5604
5604
|
var Processor = class {
|
|
5605
5605
|
constructor(plugins = []) {
|
|
5606
|
-
this.version = "8.4.
|
|
5606
|
+
this.version = "8.4.23";
|
|
5607
5607
|
this.plugins = this.normalize(plugins);
|
|
5608
5608
|
}
|
|
5609
5609
|
use(plugin) {
|