UNPKG

@onereach/orest-input-cli

Version:

The tool for creating, serving, and publishing OREST Inputs

8 lines (7 loc) 227 B
module.exports = { content: [ './src/**/*.{vue,js,ts,jsx,tsx}', './node_modules/@onereach/ui-components/dist/auto/**/*.{vue,js,ts,jsx,tsx}', ], presets: [require('@onereach/styles/tailwind.config.preset.js')], };