From 8d0b32f8dfe45291426e58f6bf20cffac8dab6e7 Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Tue, 23 Nov 2021 14:04:12 -0700 Subject: adds api, guard, tailwind --- client/.postcssrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/.postcssrc (limited to 'client/.postcssrc') diff --git a/client/.postcssrc b/client/.postcssrc new file mode 100644 index 0000000..fda65b8 --- /dev/null +++ b/client/.postcssrc @@ -0,0 +1,6 @@ +{ + "plugins": { + "tailwindcss": {}, + "autoprefixer": {}, + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2