mocksaml/tailwind.config.js

6 lines
163 B
JavaScript
Raw Normal View History

/** @type {import('tailwindcss').Config} */
2022-01-13 17:07:44 +00:00
module.exports = {
2022-07-26 21:28:46 +00:00
content: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
plugins: [],
2022-01-13 17:07:44 +00:00
};