Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-blank-pseudo

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-blank-pseudo - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

CHANGELOG.md
# Changes to CSS Blank Pseudo
### 0.1.4 (November 17, 2018)
- Update documentation
### 0.1.3 (November 17, 2018)

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

2

package.json
{
"name": "css-blank-pseudo",
"version": "0.1.3",
"version": "0.1.4",
"description": "Style form elements when they are empty",

@@ -5,0 +5,0 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

@@ -61,7 +61,7 @@ # CSS Blank Pseudo [<img src="http://jonathantneal.github.io/js-logo.svg" alt="" width="90" height="90" align="right">][CSS Blank Pseudo]

.field[blank] label {
input[blank] {
background-color: yellow;
}
.field:blank label {
input:blank {
background-color: yellow;

@@ -68,0 +68,0 @@ }

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