UNPKG

@leanup/cli

Version:

This CLI brings along all required tools to serve, test and build multi framework SPAs

13 lines (12 loc) 252 B
module.exports = { purge: ['./src/**/*.html', './src/**/*.svelte', './src/**/*.ts', './src/**/*.tsx', './src/**/*.vue'], theme: { extend: {}, }, variants: { extend: { tableLayout: ['hover', 'focus'], }, }, plugins: [], };