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?
This commit is contained in:
Matthias Christoph Munder 2017-06-22 10:41:31 +02:00 committed by GitHub
parent a620cfed2a
commit c56d3f7ee4

View File

@ -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)