mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
Move all tab to double space
This commit is contained in:
parent
0925b426aa
commit
6ed2da1575
26
.github/contributing.md
vendored
26
.github/contributing.md
vendored
@ -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)._
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user