From 24aef8d70f7602ab241f75e38baf8df028378b7d Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 14 Nov 2020 12:50:06 -0500 Subject: Add tailwind css --- tailwind.config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tailwind.config.js (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..3de92ff --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,11 @@ +module.exports = { + purge: ["./src/**/*.html", "./src/**/*.jsx", "./src/**/*.js"], + theme: { + extend: { + screens: { + xs: { max: "400px" }, + }, + }, + }, + }; + \ No newline at end of file -- cgit v1.2.3