UNPKG

create-hydro-app

Version:

Create hydro apps with no build configuration.

8 lines (7 loc) 150 B
module.exports = { content: ["./src/**/*.html", "./src/**/*.css", "./src/**/*.{js,ts}x?"], theme: { extend: {}, }, plugins: [], };