@tailwindcss/postcss 4.0.0-alpha.16 → 4.0.0-alpha.17
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import
|
1
|
+
import { PluginCreator } from 'postcss';
|
2
2
|
|
3
3
|
type PluginOptions = {
|
4
4
|
base?: string;
|
@@ -6,6 +6,6 @@ type PluginOptions = {
|
|
6
6
|
minify?: boolean;
|
7
7
|
};
|
8
8
|
};
|
9
|
-
declare const _default:
|
9
|
+
declare const _default: PluginCreator<PluginOptions>;
|
10
10
|
|
11
11
|
export { _default as default };
|
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import
|
1
|
+
import { PluginCreator } from 'postcss';
|
2
2
|
|
3
3
|
type PluginOptions = {
|
4
4
|
base?: string;
|
@@ -6,6 +6,6 @@ type PluginOptions = {
|
|
6
6
|
minify?: boolean;
|
7
7
|
};
|
8
8
|
};
|
9
|
-
declare const _default:
|
9
|
+
declare const _default: PluginCreator<PluginOptions>;
|
10
10
|
|
11
11
|
export = _default;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tailwindcss/postcss",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.17",
|
4
4
|
"description": "PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"dependencies": {
|
28
28
|
"lightningcss": "^1.25.1",
|
29
29
|
"postcss-import": "^16.1.0",
|
30
|
-
"@tailwindcss/oxide": "4.0.0-alpha.
|
31
|
-
"tailwindcss": "4.0.0-alpha.
|
30
|
+
"@tailwindcss/oxide": "4.0.0-alpha.17",
|
31
|
+
"tailwindcss": "4.0.0-alpha.17"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@types/node": "^20.12.12",
|