Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

another attempt at upgrading to PostCSS6 #398

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
node_modules

# build
lib
docs/dist
src/__tests__/fixtures/**/*.actual.css
lib
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'

script:
- npm run test
# travis take is weird, disabled for now
#- if [[ $(node --version) != v0.* ]]; then; npm run docs-test; fi
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ environment:
matrix:
- nodejs_version: 6
- nodejs_version: 5
- nodejs_version: 4
- nodejs_version: 0.12

version: "{build}"
build: off
Expand Down
2 changes: 1 addition & 1 deletion docs/content/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ A nice way to have semantic media queries
}
```

[Specification](http://dev.w3.org/csswg/mediaqueries/#custom-mq)
[Specification](https://drafts.csswg.org/mediaqueries-5/#custom-mq)
|
[Plugin documentation](https://github.com/postcss/postcss-custom-media)

Expand Down
Loading