talks/taking-flight-with-tailwind-css/demo/tailwind.config.js

9 lines
127 B
JavaScript
Raw Normal View History

2023-02-15 07:56:04 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}