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.1.0 to 1.2.0

8

CHANGELOG.md

@@ -0,8 +1,12 @@

# 1.2.0 - 2014-10-01
- Add support for multiples media in query list (ref [#rework-custom-media/5](https://github.com/reworkcss/rework-custom-media/pull/5))
# 1.1.0 - 2014-09-30
- add support for js-defined media queries (fix [#3](https://github.com/postcss/postcss-custom-media/issues/3))
- Add support for js-defined media queries (fix [#3](https://github.com/postcss/postcss-custom-media/issues/3))
# 1.0.1 - 2014-09-16
- allow whitespace around custom media name (fix [#2](https://github.com/postcss/postcss-custom-media/issues/2))
- Allow whitespace around custom media name (fix [#2](https://github.com/postcss/postcss-custom-media/issues/2))

@@ -9,0 +13,0 @@

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

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

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

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

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