From c56d3f7ee4ca4ae63d293a2ea22c5592d7441c13 Mon Sep 17 00:00:00 2001 From: Matthias Christoph Munder Date: Thu, 22 Jun 2017 10:41:31 +0200 Subject: [PATCH] Update docs I (and others https://github.com/storybooks/storybook/issues/25) had a hard time finding information about how to apply styles from CSS frameworks like Boostrap etc... Maybe this link in the section about CSS testing makes it a bit easier? --- docs/pages/testing/css-style-testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)