diff options
author | polwex <polwex@sortug.com> | 2025-06-28 01:58:17 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-28 01:58:17 +0700 |
commit | 4588f36fa79f40c361dbe95ce7a157eebef45d8a (patch) | |
tree | 4c978bb7ea466ea0b7e548c17ed1bed74888ce0b /js/tailwind.config.js | |
parent | 06f991b48dba9f83eebf60342ff200606d4cd89d (diff) |
init
Diffstat (limited to 'js/tailwind.config.js')
-rw-r--r-- | js/tailwind.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/tailwind.config.js b/js/tailwind.config.js new file mode 100644 index 0000000..e97787d --- /dev/null +++ b/js/tailwind.config.js @@ -0,0 +1,5 @@ +export default { + // files: ["../client/**/*.mlx","../server/**/*.mlx", "../universal/**/*.mlx"], + content:{files: ["*.mlx", "../**/*.{js, ts, jsx, tsx}","../**/*.mlx"]}, + plugins: {}, +} |