datahub/tailwind.config.js
2022-02-01 11:33:01 +01:00

14 lines
210 B
JavaScript

module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
variants: {
extend: {},
},
plugins: [
require('@tailwindcss/typography'),
],
}