UNPKG

accessibility-plugin

Version:

You can use this plugin to make a accessibility friendly website fast and easily

12 lines (10 loc) 158 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ '*.html', ], theme: { extend: {}, }, plugins: [], }