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

postcss-unwrap-at-media

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-unwrap-at-media - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.npmignore

0

index.js

@@ -0,0 +0,0 @@ var postcss = require('postcss');

9

package.json
{
"name": "postcss-unwrap-at-media",
"version": "0.0.1",
"version": "1.0.0",
"description": "PostCSS plugin to unwrap @media rules to make styles IE8 (and older) friendly.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/.bin/mocha"
},
"devDependencies": {
"mocha": "^2.2.5",
"postcss": "^4.1.11",
"should": "^6.0.3"
},
"peerDependencies": {

@@ -10,0 +15,0 @@ "postcss": "4.x"

# PostCSS Unwrap @media
[![Build Status](https://travis-ci.org/mistakster/postcss-unwrap-at-media.svg?branch=master)](https://travis-ci.org/mistakster/postcss-unwrap-at-media)
[PostCSS] plugin to unwrap @media rules to make styles IE8 (and older) friendly.

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