From 7f340f2c7b2eb76fe2454290e4d043b27888404e Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Tue, 22 Dec 2020 19:52:45 +0100 Subject: [PATCH] tailwind config close #2 --- package.json | 1 + src/App.svelte | 1 + src/TailwindStyles.svelte | 5 +++++ tailwind.config.js | 13 +++++++++++++ 4 files changed, 20 insertions(+) create mode 100644 src/TailwindStyles.svelte create mode 100644 tailwind.config.js diff --git a/package.json b/package.json index e865ecd1..a2dd1fb2 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "@odit/lfk-client-js": "^0.0.4", "svelte-i18n": "^3.3.0", "svelte-spa-router": "^3.1.0", + "tailwindcss": "^2.0.2", "toastify-js": "^1.9.3", "validator": "^13.5.2" }, diff --git a/src/App.svelte b/src/App.svelte index 11531577..e9ee6b4c 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,4 +1,5 @@