From ee43f5241b4918cc71feb901a23c537b872cf3a8 Mon Sep 17 00:00:00 2001 From: Marc Lorenz Date: Tue, 24 Mar 2026 12:04:19 +0100 Subject: [PATCH] add note on how to add css --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d0bd920..3319622 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # CommonWebComponents +## CSS Import + +create a css file with the following content: + +```css +@import 'tailwindcss'; +@source '@/../node_modules/limelight-common-web-components/src'; +@import 'limelight-common-web-components/theme.css'; +@import 'limelight-common-web-components/style.css'; +```