postcss-unwrap-at-media
Advanced tools
Comparing version 0.0.1 to 1.0.0
@@ -0,0 +0,0 @@ var postcss = require('postcss'); |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2210
4
1
42
3