13 lines
290 B
Markdown
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';
|
|
```
|