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

postcss-custom-media

Package Overview
Dependencies
Maintainers
1
Versions
47
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 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -0,3 +1,8 @@

# 1.0.1 - 2014-09-16
- allow whitespace around custom media name (fix [#2](https://github.com/postcss/postcss-custom-media/issues/2))
# 1.0.0 - 2014-08-12
First release based on [rework-custom-media](https://github.com/reworkcss/rework-custom-media)
First release based on [rework-custom-media](https://github.com/reworkcss/rework-custom-media) v0.1.1

6

index.js
/**
* Constants.
*/
var EXTENSION_RE = /\((--[\w-]+)\)/
* Constants.
*/
var EXTENSION_RE = /\(\s*(--[\w-]+)\s*\)/

@@ -6,0 +6,0 @@ /**

{
"name": "postcss-custom-media",
"version": "1.0.0",
"version": "1.0.1",
"description": "PostCSS plugin to import CSS files",

@@ -5,0 +5,0 @@ "keywords": [

# postcss-custom-media [![Build Status](https://travis-ci.org/postcss/postcss-custom-media.png)](https://travis-ci.org/postcss/postcss-custom-media)
> A [PostCSS](https://github.com/postcss/postcss) plugin to transform [W3C CSS Custom Media Queries syntax](http://dev.w3.org/csswg/mediaqueries/#custom-mq) to more compatible CSS.
> [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.

@@ -59,2 +59,2 @@ ## Installation

## [License](LICENSE-MIT)
## [License](LICENSE)
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