File tree Expand file tree Collapse file tree
plugins/postcss-focus-within Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes to PostCSS Focus Within
22
3- ### Unreleased (major)
3+ ### 10.0.0
4+
5+ _ January 14, 2026_
46
57- Updated: Support for Node ` 20.19.0 ` or later (major).
68- Removed: ` commonjs ` API. In supported Node versions ` require(esm) ` will work without needing to make code changes.
Original file line number Diff line number Diff line change 156156
157157``` html
158158<!-- When using a CDN url you will have to manually update the version number -->
159- <script src =" https://unpkg.com/postcss-focus-within@9 .0.1 /dist/browser-global.js" ></script >
159+ <script src =" https://unpkg.com/postcss-focus-within@10 .0.0 /dist/browser-global.js" ></script >
160160<script >focusWithinInit () </script >
161161```
162162
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-focus-within" ,
33 "description" : " Use the :focus-within pseudo-selector in CSS" ,
4- "version" : " 9 .0.1 " ,
4+ "version" : " 10 .0.0 " ,
55 "contributors" : [
66 {
77 "name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments