postcss-custom-media
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -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": [ |
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
5778