From ae6e64a6457f8f22b6f7391e6047c3dae664e9f3 Mon Sep 17 00:00:00 2001 From: Julien Gelmar Date: Tue, 18 Jun 2019 00:30:35 +0200 Subject: [PATCH] Update app.css to reflect tailwind changes Tailwind has been updated and preflight has been changed to base. This makes webpack compile the preset correctly again. --- src/stubs/resources/css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stubs/resources/css/app.css b/src/stubs/resources/css/app.css index cb85240..ddbe9ec 100644 --- a/src/stubs/resources/css/app.css +++ b/src/stubs/resources/css/app.css @@ -1,11 +1,11 @@ -@import "tailwindcss/preflight"; +@tailwind base; /* Add custom base styles here... */ -@import "tailwindcss/components"; +@tailwind components; /* Add custom components here... */ -@import "tailwindcss/utilities"; +@tailwind utilities; /* Add custom utilities here... */