diff options
| author | realtradam <[email protected]> | 2024-07-23 21:47:52 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-07-23 21:47:52 -0400 |
| commit | e36832834564f401622ef293c19fc778ab43f9ae (patch) | |
| tree | 9752556936c71336e01f2c0b9f53dc9cdfbd32dd /frontend/postcss.config.js | |
| parent | 1e18e0ad7a47536be92384bbf815e0923a06698d (diff) | |
| download | spring-blog-e36832834564f401622ef293c19fc778ab43f9ae.tar.gz spring-blog-e36832834564f401622ef293c19fc778ab43f9ae.zip | |
implement initial react frontend
Diffstat (limited to 'frontend/postcss.config.js')
| -rw-r--r-- | frontend/postcss.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/frontend/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} |
