From 70f799ea73449fd5a287270f43ae6ae1647ffcc7 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Sat, 31 May 2025 01:02:43 +0200 Subject: [PATCH] first commit --- .postcssrc.json | 7 +++++++ src/environments/environment.ts | 0 2 files changed, 7 insertions(+) create mode 100644 .postcssrc.json create mode 100644 src/environments/environment.ts diff --git a/.postcssrc.json b/.postcssrc.json new file mode 100644 index 0000000..c21c076 --- /dev/null +++ b/.postcssrc.json @@ -0,0 +1,7 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; + diff --git a/src/environments/environment.ts b/src/environments/environment.ts new file mode 100644 index 0000000..e69de29