Skip to content

Commit

Permalink
docs: Update Readme.md (#67)
Browse files Browse the repository at this point in the history
Adding note on repo moving to maintenance mode.
  • Loading branch information
nairnandu authored Nov 8, 2022
1 parent 1dab190 commit a1997ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Container Query Polyfill

*Please note that this polyfill is now in maintenance mode, as of Nov, 2022. We are not planning to add more features or enhancements.*
____________________________

A small (9 kB compressed) polyfill for CSS Container Queries using [`ResizeObserver`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) and [`MutationObserver`](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) supporting the full [`@container`](https://drafts.csswg.org/css-contain-3/) query syntax:

- Discrete queries (`width: 300` and `min-width: 300px`)
Expand Down

0 comments on commit a1997ca

Please sign in to comment.