diff options
| author | Maksymilian <maks@jopek.eu> | 2022-09-23 09:44:56 +0200 |
|---|---|---|
| committer | Maksymilian <maks@jopek.eu> | 2022-09-23 09:44:56 +0200 |
| commit | 8886308c56223f04df535a065234414a6deb11ba (patch) | |
| tree | bf432ab5e6a4ae754c4017bd9e0e663c25ccc055 /src/lib/Tailwind.css | |
| download | svelte-pokeapi-8886308c56223f04df535a065234414a6deb11ba.tar.gz svelte-pokeapi-8886308c56223f04df535a065234414a6deb11ba.tar.zst svelte-pokeapi-8886308c56223f04df535a065234414a6deb11ba.zip | |
Diffstat (limited to 'src/lib/Tailwind.css')
| -rw-r--r-- | src/lib/Tailwind.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Tailwind.css b/src/lib/Tailwind.css new file mode 100644 index 0000000..bd6213e --- /dev/null +++ b/src/lib/Tailwind.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities;
\ No newline at end of file |
