diff options
Diffstat (limited to 'client/.postcssrc')
-rw-r--r-- | client/.postcssrc | 6 |
1 files changed, 6 insertions, 0 deletions
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 |