rmcg.dev/projects/FrontendMentor/newbie/recipe-page/tailwind.config.js

10 lines
128 B
JavaScript
Raw Normal View History

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}