UNPKG

tailwind-children

Version:

Tailwind plugin which enables setting CSS rules for all children in parent

13 lines (12 loc) 150 B
module.exports = { content: [ './**/*.html' ], theme: { extend: {}, }, plugins: [ require('../'), ], input: './input.css' }