Thanks to visit codestin.com
Credit goes to github.com

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

Conversation

onigoetz
Copy link
Contributor

Hello,

This PR upgrades the module to PostCSS 8 along with a few other changes:

  • Upgraded ESLint to V7
  • Upgraded postcss-tape to V6

Since PostCSS 8 supports only Node.js 10 and up, I also changed the following:

  • Changed the engines in package.json
  • Travis tests run on Node.js 10 and 12
  • Removed babel / rollup since all features used are now available in Node.js

},
"engines": {
"node": ">=4.0.0"
"node": "^10 || ^12 || >=14"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ Oh, I like this.

@jonathantneal jonathantneal merged commit 06f4e56 into csstools:master Jul 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants