init(11): setting up tailwindcss

This commit is contained in:
efim
2023-06-26 06:54:41 +00:00
parent 4475943a98
commit 6fec3d54ee
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.scala"],
theme: {
extend: {},
},
plugins: [],
}