Socket
Socket
Sign inDemoInstall

postcss-focus-visible

Package Overview
Dependencies
7
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.1 to 8.0.2

4

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

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

2

package.json
{
"name": "postcss-focus-visible",
"description": "Use the :focus-visible pseudo-selector in CSS",
"version": "8.0.1",
"version": "8.0.2",
"contributors": [

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

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

:focus:not(.focus-visible), :focus:not(.focus-visible) {
:focus:not(.focus-visible) {
outline: none;

@@ -133,0 +133,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc