📦 improve(patch): bud@6.2.0 (#3074)

This commit is contained in:
Kelly Mears
2022-07-12 09:27:24 -07:00
committed by GitHub
parent 16d99623a9
commit 8192a15e50
6 changed files with 2033 additions and 1134 deletions

9
tailwind.config.cjs Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
content: ["./index.php", "./app/**/*.php", "./resources/**/*.{php,vue,js}"],
theme: {
extend: {
colors: {},
},
},
plugins: [],
};