Socket
Socket
Sign inDemoInstall

postcss-focus-within

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-focus-within - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

4

CHANGELOG.md
# Changes to PostCSS Focus Within
### 7.0.2 (February 8, 2023)
- Reduce the amount of duplicate fallback CSS.
### 7.0.1 (January 28, 2023)

@@ -4,0 +8,0 @@

2

package.json
{
"name": "postcss-focus-within",
"description": "Use the :focus-within pseudo-selector in CSS",
"version": "7.0.1",
"version": "7.0.2",
"contributors": [

@@ -6,0 +6,0 @@ {

@@ -131,3 +131,3 @@ # PostCSS Focus Within [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]

.my-form-field[focus-within] label, .my-form-field[focus-within] label {
.my-form-field[focus-within] label {
background-color: yellow;

@@ -152,3 +152,3 @@ }

<!-- When using a CDN url you will have to manually update the version number -->
<script src="https://unpkg.com/postcss-focus-within@7.0.1/dist/browser-global.js"></script>
<script src="https://unpkg.com/postcss-focus-within@7.0.2/dist/browser-global.js"></script>
<script>focusWithinInit()</script>

@@ -155,0 +155,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc