We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e41511 commit 6a9388eCopy full SHA for 6a9388e
CHANGELOG.md
@@ -1,2 +1,6 @@
1
+## 2.0
2
+* Use PostCSS 6x
3
+* Use Node 4x syntax
4
+
5
## 1.0
6
* Initial release
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-replace-overflow-wrap",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
"keywords": [
"postcss",
0 commit comments