UNPKG

@beaubus/svg-patterns-for-tailwindcss

Version:

A plugin that provides 210+ free svg patterns you can use as background image with utility classes.

11 lines (10 loc) 200 B
module.exports = { content: [ "./index.html", "./src.css", ], theme: { extend: {}, }, plugins: [require('@beaubus/svg-patterns-for-tailwindcss')], }