diff --git a/docs/pages/testing/css-style-testing/index.md b/docs/pages/testing/css-style-testing/index.md index 5ffecbc7dce9..0e6a485c3fa1 100644 --- a/docs/pages/testing/css-style-testing/index.md +++ b/docs/pages/testing/css-style-testing/index.md @@ -3,7 +3,7 @@ id: 'css-style-testing' title: 'CSS/Style Testing' --- -We can also use Storybook as the base for CSS/Style testing with stories as the base. First, have a look at the following Storybook. +We can also use Storybook as the base for CSS/Style testing with stories as the base. For information on how to correctly apply all of your styles as well as styles from CSS frameworks like Boostrap, Semantic UI or similar check the [configurations section](https://storybook.js.org/configurations/default-config/#css-support). Back to CSS/Style testing: let's have a look at the following Storybook. ![Storybook Screenshot](../static/storybook-screenshot.png)