We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2284f commit 13f38dfCopy full SHA for 13f38df
docs/knowledge-base/CommonCSS.mdx
@@ -28,10 +28,11 @@ We recommend using the [@sap-ui/common-css](https://www.npmjs.com/package/@sap-u
28
29
[Full Documentation](https://sap.github.io/fundamental-styles/?path=/docs/common-css-content-paddings--docs)
30
31
-You can import the content paddings by adding the following import to your project:
+You can import the content paddings by adding the following imports to your project:
32
33
```ts
34
import '@sap-ui/common-css/dist/sap-content-paddings.css';
35
+import '@sap-ui/common-css/dist/sap-container-type.css';
36
```
37
38
### Responsive Content Paddings
0 commit comments