[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-background-extended. All of the missing background utilities for Tailwind CSS. www.npmjs.com/package/tailwindcss-background-extended
tailwind tailwind-css tailwindcss tailwindcss-plugin
0

Configure Feed

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

Update dev task to watch all tests

Nestor Vera (May 21, 2019, 1:20 PM +0200) 7a2a5b4b c378ab00

+1 -1
+1 -1
package.json
··· 25 25 }, 26 26 "main": "index.js", 27 27 "scripts": { 28 - "dev": "jest --watch", 28 + "dev": "jest --watchAll", 29 29 "test": "jest" 30 30 }, 31 31 "dependencies": {