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

postcss-input-style

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-input-style - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

4

index.js

@@ -125,3 +125,3 @@ 'use strict';

if (rule.selectors.every(containsPseudo)) {
rule.removeSelf();
rule.remove();
} else {

@@ -138,3 +138,3 @@ rule.selector = rule.selectors.filter(doesntContainPseudo).join(',\n');

css.eachRule(function(rule) {
css.walkRules(function(rule) {

@@ -141,0 +141,0 @@ if (!containsPseudo(rule.selector)) {

{
"name": "postcss-input-style",
"version": "0.2.4",
"version": "0.3.0",
"description": "Adds new pseudo-elements to inputs for easy cross-browser styling of their inner elements",

@@ -31,3 +31,3 @@ "keywords": [

"dependencies": {
"postcss": "^4.1.9"
"postcss": "^5.0.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {

@@ -1,8 +0,10 @@

# postcss-input-style
# PostCSS Input Style
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
[PostCSS] plugin that adds new pseudo-elements to inputs for easy cross-browser styling of their inner elements. Currently the only input supported is Range, more will be added as more vendor-specific pseudo selectors are made available.
[PostCSS][PostCSS] plugin that adds new pseudo-elements to inputs for easy cross-browser styling of their inner elements. Currently the only input supported is Range, more will be added as more vendor-specific pseudo selectors are made available.
Note that the output selectors generated (below) are not grouped because if a browser finds a single selector it doesn't understand in a group, the whole group is ignored (see [Selectors Level 3][selectors])
Note that the output selectors generated (below) are not grouped because if a browser finds a single selector it doesn't understand in a group, the whole group is ignored (see [Selectors Level 3][selectors]).
Part of [Rucksack - CSS Superpowers](http://simplaio.github.io/rucksack).
#### Range elements

@@ -79,3 +81,3 @@ Input

See [PostCSS] docs for examples for your environment.
See [PostCSS][PostCSS] docs for examples for your environment.

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