Skip to content

Commit 3970dd4

Browse files
committed
3.0.0
1 parent 7ab029c commit 3970dd4

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# sheetify-cssnext change log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## 3.0.0
6+
* Switch to postcss-preset-env. cssnext is unmaintained.
7+
* Require Node.js 8+.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sheetify-cssnext [![stability][0]][1]
22
[![build status][4]][5] [![test coverage][6]][7] [![js-standard-style][10]][11]
33

4-
[cssnext][12] transform for [sheetify][13]. Use tomorrow's CSS syntax, today.
4+
[postcss-preset-env][12] transform for [sheetify][13]. Use tomorrow's CSS syntax, today.
55

66
## Installation
77
```sh
@@ -23,7 +23,7 @@ sheetify(path.join(__dirname, 'index.css'), opts)
2323
```
2424

2525
## See Also
26-
- [postcss-cssnext][12]
26+
- [postcss-preset-env][12]
2727
- [sheetify][13]
2828

2929
## License
@@ -37,5 +37,5 @@ sheetify(path.join(__dirname, 'index.css'), opts)
3737
[7]: https://codecov.io/github/stackcss/sheetify-cssnext
3838
[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
3939
[11]: https://github.com/feross/standard
40-
[12]: https://github.com/MoOx/postcss-cssnext
40+
[12]: https://github.com/csstools/postcss-preset-env
4141
[13]: https://github.com/stackcss/sheetify

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sheetify-cssnext",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"main": "index.js",
55
"description": "cssnext transform for sheetify",
66
"scripts": {
@@ -34,6 +34,6 @@
3434
"tape": "^5.0.1"
3535
},
3636
"engines": {
37-
"node": ">= 4"
37+
"node": ">= 8"
3838
}
3939
}

0 commit comments

Comments
 (0)