Socket
Socket
Sign inDemoInstall

postcss-custom-media

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-custom-media - npm Package Compare versions

Comparing version 5.0.1 to 6.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 6.0.0 - 2017-05-12
- Added: compatibility with postcss v6.x
# 5.0.1 - 2016-02-03

@@ -2,0 +6,0 @@

@@ -0,0 +0,0 @@ var postcss = require("postcss")

13

package.json
{
"name": "postcss-custom-media",
"version": "5.0.1",
"version": "6.0.0",
"description": "PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS",

@@ -22,9 +22,10 @@ "keywords": [

"dependencies": {
"postcss": "^5.0.0"
"postcss": "^6.0.1"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-i-am-meticulous": "^2.0.0",
"npmpub": "^3.0.1",
"tape": "^4.0.0"
"eslint": "^3.19.0",
"eslint-config-i-am-meticulous": "^6.0.1",
"eslint-plugin-import": "^1.7.0",
"npmpub": "^3.1.0",
"tape": "^4.6.3"
},

@@ -31,0 +32,0 @@ "scripts": {

# postcss-custom-media [![Build Status](https://travis-ci.org/postcss/postcss-custom-media.png)](https://travis-ci.org/postcss/postcss-custom-media)
> [PostCSS](https://github.com/postcss/postcss) plugin to transform [W3C CSS Custom Media Queries](http://dev.w3.org/csswg/mediaqueries/#custom-mq) syntax to more compatible CSS.
> [PostCSS](https://github.com/postcss/postcss) plugin to transform [W3C CSS Custom Media Queries](https://www.w3.org/TR/2016/WD-mediaqueries-4-20160126/#custom-mq) syntax to more compatible CSS.

@@ -57,2 +57,11 @@ ## Installation

```javascript
{
'--phone': '(min-width: 544px)',
'--tablet': '(min-width: 768px)',
'--desktop': '(min-width: 992px)',
'--large-desktop': '(min-width: 1200px)',
}
```
#### `preserve`

@@ -59,0 +68,0 @@

Sorry, the diff of this file is not supported yet

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