postcss-custom-media
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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 |
/** | ||
* 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) |
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
5038