We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a7032 commit 570cdb0Copy full SHA for 570cdb0
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# [1.4.0](https://github.com/hemengke1997/postcss-pxtorem/compare/v1.3.2...v1.4.0) (2024-02-06)
2
+
3
4
+### Code Refactoring
5
6
+* `exclude` priority ([03a7032](https://github.com/hemengke1997/postcss-pxtorem/commit/03a7032284668d510cffa5da9a770a60f373b014))
7
8
9
+### BREAKING CHANGES
10
11
+* `exclude`'s priority higher than `include`
12
13
14
15
## [1.3.2](https://github.com/hemengke1997/postcss-pxtorem/compare/v1.3.1...v1.3.2) (2023-12-15)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "@minko-fe/postcss-pxtorem",
- "version": "1.3.2",
+ "version": "1.4.0",
"description": "A postcss plugin that converts px to rem.",
"type": "module",
"keywords": [
0 commit comments