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/tailwind.config.js | |
| download | cloudrender-e1e42fc6c17ba99b7cad940b3c3e1c97df959140.tar.xz cloudrender-e1e42fc6c17ba99b7cad940b3c3e1c97df959140.zip | |
Added a simple UI for our application
Diffstat (limited to 'frontend/tailwind.config.js')
| -rw-r--r-- | frontend/tailwind.config.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js new file mode 100644 index 0000000..dca8ba0 --- /dev/null +++ b/frontend/tailwind.config.js @@ -0,0 +1,11 @@ +/** @type {import('tailwindcss').Config} */ +export default { + content: [ + "./index.html", + "./src/**/*.{js,ts,jsx,tsx}", + ], + theme: { + extend: {}, + }, + plugins: [], +} |
