Skip to content

Commit 13f38df

Browse files
authored
docs(common-css): add missing import (SAP#6473)
1 parent bc2284f commit 13f38df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/knowledge-base/CommonCSS.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ We recommend using the [@sap-ui/common-css](https://www.npmjs.com/package/@sap-u
2828

2929
[Full Documentation](https://sap.github.io/fundamental-styles/?path=/docs/common-css-content-paddings--docs)
3030

31-
You can import the content paddings by adding the following import to your project:
31+
You can import the content paddings by adding the following imports to your project:
3232

3333
```ts
3434
import '@sap-ui/common-css/dist/sap-content-paddings.css';
35+
import '@sap-ui/common-css/dist/sap-container-type.css';
3536
```
3637

3738
### Responsive Content Paddings

0 commit comments

Comments
 (0)