We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d4307 commit a9f18ccCopy full SHA for a9f18cc
.gitignore
@@ -2,3 +2,4 @@ node_modules
2
dist
3
yarn.lock
4
package-lock.json
5
+.idea
package.json
@@ -1,10 +1,10 @@
1
{
- "name": "@tailwindcss/container-queries",
- "version": "0.1.1",
+ "name": "container-queries-2d",
+ "version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
6
"license": "MIT",
7
- "repository": "https://github.com/tailwindlabs/tailwindcss-container-queries",
+ "repository": "https://github.com/abrajeux/tailwindcss-container-queries-2d",
8
"publishConfig": {
9
"access": "public"
10
},
0 commit comments