Inline tailwind into eleventy

This commit is contained in:
Sam Carlton 2021-01-23 17:42:37 -06:00
parent b932177235
commit 52ce5bfb53
5 changed files with 20 additions and 6 deletions

7
postcss.config.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
plugins: {
tailwindcss: { config: './tailwind.config.js' },
autoprefixer: {},
cssnano: {},
}
}