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'; +```