From 1fbd63419355e8ddd482c3cb62641bed1366763b Mon Sep 17 00:00:00 2001 From: href Date: Thu, 2 Sep 2021 08:06:50 +0200 Subject: Phoenix 1.6rc0 & Use proper Esbuild/Tailwind/Npm --- assets/postcss.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 assets/postcss.config.js (limited to 'assets/postcss.config.js') diff --git a/assets/postcss.config.js b/assets/postcss.config.js new file mode 100644 index 0000000..068dbf9 --- /dev/null +++ b/assets/postcss.config.js @@ -0,0 +1,12 @@ +module.exports = { + plugins: { + 'postcss-import': {}, + 'postcss-nested': {}, + tailwindcss: {}, + autoprefixer: {}, + cssnano: { + preset: 'default' + }, + } + } + -- cgit v1.2.3