You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,6 @@
1
1
# @tailwindcss/container-queries
2
2
3
-
A plugin for Tailwind CSS v3.2+ that provides utilities for container queries both for X and Y values.
4
-
5
-
Forked from [tailwindcss/container-queries](https://github.com/tailwindlabs/tailwindcss-container-queries).
6
-
7
-
Heavily inspired by [this PR](https://github.com/tailwindlabs/tailwindcss-container-queries/pull/7) from [@kieranm](https://github.com/kieranm).
8
-
3
+
A plugin for Tailwind CSS v3.2+ that provides utilities for container queries both for width and height values.
9
4
10
5
## Installation
11
6
@@ -142,3 +137,10 @@ module.exports = {
142
137
},
143
138
}
144
139
```
140
+
141
+
## Credits
142
+
143
+
This plugin is based on the original work in [tailwindcss/container-queries](https://github.com/tailwindlabs/tailwindcss-container-queries) by [Tailwind Labs](https://github.com/tailwindlabs).
144
+
145
+
Special thanks to [@kieranm](https://github.com/kieranm) for the [initial PR](https://github.com/tailwindlabs/tailwindcss-container-queries/pull/7) that inspired height-based queries.
0 commit comments