add note on how to add css
Some checks failed
CI / test-and-build (push) Has been cancelled

This commit is contained in:
2026-03-24 12:04:19 +01:00
parent 2836ca3530
commit ee43f5241b

View File

@@ -1,2 +1,12 @@
# CommonWebComponents # 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';
```