f268451268
* fix tailwind config example * Create shaggy-bulldogs-beam.md
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
module.exports = {
|
|
content: ['./src/**/*.{astro,html,js,jsx,svelte,ts,tsx,vue}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|