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