Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #400 from MoOx/postcss6-upgrade
Browse files Browse the repository at this point in the history
Postcss6 upgrade
  • Loading branch information
MoOx committed Jul 5, 2017
2 parents 1781dc7 + db0f0fa commit b7d6ffd
Show file tree
Hide file tree
Showing 14 changed files with 10,483 additions and 56 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -2,10 +2,9 @@ sudo: false

language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'
- 8
- 6
- 4

script:
- npm run test
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -2,10 +2,9 @@

environment:
matrix:
- nodejs_version: 8
- nodejs_version: 6
- nodejs_version: 5
- nodejs_version: 4
- nodejs_version: 0.12

version: "{build}"
build: off
Expand Down
7 changes: 7 additions & 0 deletions docs/content/usage.md
Expand Up @@ -84,6 +84,13 @@ and show provide duplicates in their examples.
(eg: autoprefixer + cssnext - but cssnext already includes autoprefixer).**
_In order to fix this, here is a warning. You are welcome._

## `warnForDeprecations`

_(default: true)_

This option should be left with its default value, unless you are aware of the
risk and plan to handle the situation.

---

**To know all available options, please check corresponding postcss plugin by
Expand Down

0 comments on commit b7d6ffd

Please sign in to comment.