mirror of
https://github.com/kjuulh/bitebuds.git
synced 2024-11-08 11:01:47 +01:00
11 lines
168 B
JavaScript
11 lines
168 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: {
|
|
files: ["*.html", "./src/**/*.rs"],
|
|
},
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
}
|