diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 00000000..73f3ea61 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,3 @@ +module.exports = { + purge: false, +};