Lint fixes

pull/358/head
cagataycivici 2020-07-02 16:44:53 +03:00
parent 5f4b1fccca
commit bee255276e
3 changed files with 6 additions and 6 deletions

View File

@ -64,7 +64,7 @@
<div class="p-mb-2 p-mr-2">Item 3</div>
</div>
</CodeHighlight>
<div class="p-d-flex p-flex-column p-flex-md-row">
<div class="p-mb-2 p-mr-2">Item 1</div>
<div class="p-mb-2 p-mr-2">Item 2</div>
@ -97,7 +97,7 @@
<h5>Order</h5>
<p>Order configures the way in which they appear in the flex container. <i>p-order-{value}</i> format is used where value can be a number from 0 to 6.</p>
<h6>Customized</h6>
<CodeHighlight>
&lt;div class="p-d-flex"&gt;
@ -121,7 +121,7 @@
&lt;div class="p-mr-2 p-order-2 p-order-md-1"&gt;Item 3&lt;/div&gt;
&lt;/div&gt;
</CodeHighlight>
<div class="p-d-flex">
<div class="p-mr-2 p-order-3 p-order-md-2">Item 1</div>
<div class="p-mr-2 p-order-1 p-order-md-3">Item 2</div>
@ -176,7 +176,7 @@
<li>wrap</li>
<li>wrap-reverse</li>
</ul>
<h6>No Wrap</h6>
<CodeHighlight>
&lt;div class="p-d-flex"&gt;

View File

@ -50,7 +50,7 @@
<h5>Examples</h5>
<CodeHighlight>
&lt;div class="p-mb-2"&gt;Margin bottom with level 2&lt;/div&gt;
&lt;div class="p-mb-2"&gt;Margin bottom with level 2&lt;/div&gt;
&lt;div class="p-mt-4"&gt;Margin top with level 2&lt;/div&gt;
&lt;div class="p-m-2"&gt;Margin for all sides with level 2&lt;/div&gt;
&lt;div class="p-mx-auto"&gt;Auto margins for left and right side&lt;/div&gt;

View File

@ -31,7 +31,7 @@
<div class="p-mb-3 p-text-italic">Italic</div>
</div>
</div>
<TextDoc />
</div>
</template>