generated from tod/odin-webpack-template
9 lines
169 B
JavaScript
9 lines
169 B
JavaScript
|
/** @type {import('tailwindcss').Config} */
|
||
|
module.exports = {
|
||
|
content: ["./src/**/*.{html,js,ts,jsx,tsx,vue,css}"],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
};
|