[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-plugin-utils. A bunch of utilities to help you create and maintain plugins for Tailwind. www.npmjs.com/package/@hacknug/tailwindcss-plugin-utils
0

Configure Feed

Select the types of activity you want to include in your feed.

Add postcss and tailwindcss to peerDependencies

Nestor Vera (Jul 18, 2019, 1:11 PM +0200) 1635ce8c 66d45795

+4
+4
package.json
··· 53 53 "release-it": "^12.3.3", 54 54 "rimraf": "^2.6.3", 55 55 "tailwindcss": "^1.0.5" 56 + }, 57 + "peerDependencies": { 58 + "postcss": "^7.0.x", 59 + "tailwindcss": "^1.0.x" 56 60 } 57 61 }