1
1
Fork 0
portfolio/tailwind.config.js
Ava Gaiety W 09cfbaad14 glows
2024-03-24 22:50:48 -05:00

17 lines
287 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"),
],
}