diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-04-28 18:45:30 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-04-28 18:45:30 +0300 |
| commit | e1e42fc6c17ba99b7cad940b3c3e1c97df959140 (patch) | |
| tree | d9cb78b61514eef078d8284321dad326ad52b949 /frontend/postcss.config.js | |
| download | cloudrender-e1e42fc6c17ba99b7cad940b3c3e1c97df959140.tar.xz cloudrender-e1e42fc6c17ba99b7cad940b3c3e1c97df959140.zip | |
Added a simple UI for our application
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: {}, + }, +} |
