From de1992439e7d9b2c2134a9794f568ab38930833d Mon Sep 17 00:00:00 2001 From: "S. Stottelaar" Date: Wed, 6 Dec 2023 14:02:43 +0100 Subject: [PATCH] Fixed missing CSS issue --- content/collections/pages/home.md | 5 ++--- resources/css/tailwind.css | 7 +++++++ starter-kit.yaml | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 resources/css/tailwind.css diff --git a/content/collections/pages/home.md b/content/collections/pages/home.md index 49e9602..d00280c 100644 --- a/content/collections/pages/home.md +++ b/content/collections/pages/home.md @@ -5,7 +5,7 @@ title: Home template: home author: ea43382b-50cc-445f-8a83-b52d187f6f39 updated_by: ea43382b-50cc-445f-8a83-b52d187f6f39 -updated_at: 1681744296 +updated_at: 1689107414 hero_title: 'Save 2 hours of busy work every single day' hero_text: 'Automate your sales tasks: quotes, reminders, funnel management. Stop the boring work, start selling.' button_group: @@ -123,6 +123,5 @@ content_blocks: enabled: true seo_title: 'Spark | Statamic Starter Kit' meta_description: 'Revolutionize your sales process with our CRM SaaS tool designed to save time and increase productivity for modern businesses. Discover our powerful features, flexible pricing, and exceptional support. Sign up for a free trial today!' -og_image: - - website_frame_1x.webp +og_image: website_frame_1x.webp --- diff --git a/resources/css/tailwind.css b/resources/css/tailwind.css new file mode 100644 index 0000000..9b63393 --- /dev/null +++ b/resources/css/tailwind.css @@ -0,0 +1,7 @@ +@import "tailwindcss/base"; + +@import "site"; + +@import "tailwindcss/components"; + +@import "tailwindcss/utilities"; diff --git a/starter-kit.yaml b/starter-kit.yaml index c64dfc0..327e820 100644 --- a/starter-kit.yaml +++ b/starter-kit.yaml @@ -4,6 +4,7 @@ export_paths: - config/statamic/assets.php - resources/blueprints - resources/css/site.css + - resources/css/tailwind.css - resources/js/modules - resources/js/site.js - resources/views