1
1
Fork 0
portfolio/tailwind.config.js
2024-03-24 01:44:04 -05:00

14 lines
274 B
JavaScript

module.exports = {
content: ['./_site/index.html', './_site/**/*.html', '.eleventy.js'],
theme: {
screens: {
'xs': '320px',
'sm': '640px',
'md': '768px',
'lg': '1024px',
},
},
plugins: [
require("@catppuccin/tailwindcss"),
],
}