Skip to content

Commit 0e6a43a

Browse files
README : add credits section
1 parent 1a4a27e commit 0e6a43a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# @tailwindcss/container-queries
22

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.
94

105
## Installation
116

@@ -142,3 +137,10 @@ module.exports = {
142137
},
143138
}
144139
```
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.
146+

0 commit comments

Comments
 (0)