[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.

Add Travis CI config file

Nestor Vera (May 20, 2019, 2:50 PM +0200) 4e46674e 1e202214

+12
+12
.travis.yml
··· 1 + language: node_js 2 + node_js: 3 + - "8" 4 + - "10" 5 + - "12" 6 + 7 + before_install: 8 + - npm install -g pnpm 9 + 10 + script: 11 + - pnpm install 12 + - pnpm run test