From 6ed2da1575268ec132ee4514d9a7e7abc73a498d Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Wed, 20 May 2020 23:41:06 -0300 Subject: [PATCH] Move all tab to double space --- .github/contributing.md | 26 +++++++++++++------------- test/index.html | 5 +++-- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index 55f55b5..1ace3eb 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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)._ diff --git a/test/index.html b/test/index.html index 7b1b1ed..95cb28e 100644 --- a/test/index.html +++ b/test/index.html @@ -423,8 +423,9 @@ id="datetimeLocalField" placeholder="Your browser doesn't support this field." /> + - + @@ -836,7 +837,7 @@
.milligram {
-	color: #9b4dca;
+  color: #9b4dca;
 }