From 16868501459c2ce33aea53fab3c09d13be463349 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Thu, 20 Apr 2023 10:30:23 -0400 Subject: [PATCH] Adding a space inbetween Tailwind and CSS --- stubs/default/resources/views/welcome.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/default/resources/views/welcome.blade.php b/stubs/default/resources/views/welcome.blade.php index 527a9b6..b2ee042 100644 --- a/stubs/default/resources/views/welcome.blade.php +++ b/stubs/default/resources/views/welcome.blade.php @@ -36,10 +36,10 @@ -

TailwindCSS

+

Tailwind CSS

- TailwindCSS is a popular utility-first CSS framework that makes it easy to style pages by applying pre-defined classes to HTML elements. + Tailwind CSS is a popular utility-first CSS framework that makes it easy to style pages by applying pre-defined classes to HTML elements.