Skip to content

Commit b0cdc9a

Browse files
committed
add additional keywords
1 parent 9cf6a2b commit b0cdc9a

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

package.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neojp/tailwindcss-aspect-ratio-utilities",
33
"description": "Tailwind CSS aspect ratio utilities",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "SEE LICENSE IN LICENSE",
66
"author": "Joan Piedra <joan@joanpiedra.com>",
77
"main": "index.js",
@@ -20,6 +20,29 @@
2020
"tailwindcss",
2121
"tailwindcss-plugin",
2222
"tailwindcss-utilities",
23-
"tailwindcss-utility"
23+
"tailwindcss-utility",
24+
"tailwindcss-aspect-ratio",
25+
"tailwindcss-aspect-ratio-utilities",
26+
"aspect-ratio-utilities",
27+
"aspect-ratio",
28+
"3:2",
29+
"2:3",
30+
"4:3",
31+
"5:6",
32+
"16:9",
33+
"21:9",
34+
"3x2",
35+
"2x3",
36+
"4x3",
37+
"5x6",
38+
"16x9",
39+
"21x9",
40+
"3/2",
41+
"2/3",
42+
"4/3",
43+
"5/6",
44+
"16/9",
45+
"21/9",
46+
"css"
2447
]
2548
}

0 commit comments

Comments
 (0)