This commit is contained in:
10
README.md
10
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';
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user