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