Move all tab to double space

This commit is contained in:
CJ Patoilo 2020-05-20 23:41:06 -03:00
parent 0925b426aa
commit 6ed2da1575
2 changed files with 16 additions and 15 deletions

View File

@ -59,22 +59,22 @@ Milligram use [Sass](http://sass-lang.com/) to give super powers to CSS. Look at
.selector-b,
.selector-c,
.selector-d[type='text']
box-sizing: border-box
color: #333
content: ''
display: inline-block
font-family: 'Helvetica-Neue', 'Helvetica', 'Arial', sans-serif
margin-bottom: 0
margin-left: 5.0rem
box-sizing: border-box
color: #333
content: ''
display: inline-block
font-family: 'Helvetica-Neue', 'Helvetica', 'Arial', sans-serif
margin-bottom: 0
margin-left: 5.0rem
.other-selector-a
background: #fff
.other-selector-a
background: #fff
.other-selector-b
background: #fff
.other-selector-b
background: #fff
&.increasing-the-specificity
color: #000
&.increasing-the-specificity
color: #000
```
_Note: This style guide was inspired by [Idiomatic.css](https://github.com/necolas/idiomatic-css)._

View File

@ -423,8 +423,9 @@
id="datetimeLocalField"
placeholder="Your browser doesn't support this field."
/>
<label for="formButtons">Form buttons</label>
<input type="submit" />
<input type="reset" class="button-clear" />
<input type="reset" />
</div>
</div>
</fieldset>
@ -836,7 +837,7 @@
<hr />
<div class="example">
<pre><code>.milligram {
color: #9b4dca;
color: #9b4dca;
}</code></pre>
</div>
</section>