diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-10-27 16:10:10 -0400 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-10-27 16:10:10 -0400 |
| commit | 1fd6e48807d455f66d9cd79db64cbf9e9f947c6c (patch) | |
| tree | 527c8ee8dd82124f595c04d3a52e197de28097bc /postcss.config.js | |
Initial commit from Create Next App
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..33ad091 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} |
