Changed indenting a bit

This commit is contained in:
tvs 2017-11-03 15:25:09 +01:00
parent 7a6c205dd9
commit 7783362848

View File

@ -30,16 +30,11 @@
</style>
<div class="main">
<h1>Welcome to Storybook for Polymer</h1>
<p>This is a UI component dev environment for your polymer app.</p>
<p>
This is a UI component dev environment for your polymer app.
</p>
<p>
We've added some basic stories inside the
<code class="code">src/stories</code>
directory.
We've added some basic stories inside the <code class="code">src/stories</code> directory.
<br />
A story is a single state of one or more UI components.
You can have as many stories as you want.
A story is a single state of one or more UI components. You can have as many stories as you want.
<br />
(Basically a story is like a visual test case.)
</p>
@ -49,8 +44,7 @@
<br />
Have a look at the
<code class="code">.storybook/webpack.config.js</code>
to add webpack
loaders and plugins you are using in this project.
to add webpack loaders and plugins you are using in this project.
</p>
</div>
</template>