Files
CommonWebComponents/README.md
Marc Lorenz ee43f5241b
Some checks failed
CI / test-and-build (push) Has been cancelled
add note on how to add css
2026-03-24 12:04:19 +01:00

13 lines
290 B
Markdown

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