We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7afe6 commit 4b70073Copy full SHA for 4b70073
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased][]
4
5
+## [3.0.0][] - 2020-10-07
6
+
7
### Added
8
9
- Support for PostCSS 8
10
11
+[unreleased]:
12
+ https://github.com/niksy/postcss-em-media-query/compare/v3.0.0...HEAD
13
+[3.0.0]: https://github.com/niksy/postcss-em-media-query/tree/v3.0.0
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-em-media-query",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "PostCSS plugin for transforming min/max-width/height media queries to ems.",
"main": "index.cjs.js",
"module": "index.esm.js",
0 commit comments