diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-09-03 12:02:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 12:02:00 +0100 |
commit | c9677a2d2b13d156d28f01950db7670d5fe16407 (patch) | |
tree | 78ec618c8e21e0e4fa447fd3cb7732c584ef998a /postcss.config.js | |
parent | afc33046439e4cec0a5de7c87cb5dc8e23606689 (diff) | |
parent | 2cc69382c15aeed665b32aed01c701840ee80c9c (diff) |
Merge pull request #100 from defencedigital/postgres-migration
Migrating to Tailwind
Diffstat (limited to 'postcss.config.js')
-rw-r--r-- | postcss.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..e2dc478 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + } +}
\ No newline at end of file |