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-b,
.selector-c, .selector-c,
.selector-d[type='text'] .selector-d[type='text']
box-sizing: border-box box-sizing: border-box
color: #333 color: #333
content: '' content: ''
display: inline-block display: inline-block
font-family: 'Helvetica-Neue', 'Helvetica', 'Arial', sans-serif font-family: 'Helvetica-Neue', 'Helvetica', 'Arial', sans-serif
margin-bottom: 0 margin-bottom: 0
margin-left: 5.0rem margin-left: 5.0rem
.other-selector-a .other-selector-a
background: #fff background: #fff
.other-selector-b .other-selector-b
background: #fff background: #fff
&.increasing-the-specificity &.increasing-the-specificity
color: #000 color: #000
``` ```
_Note: This style guide was inspired by [Idiomatic.css](https://github.com/necolas/idiomatic-css)._ _Note: This style guide was inspired by [Idiomatic.css](https://github.com/necolas/idiomatic-css)._

View File

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