]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
removed un-needed markup and file for the PR
authorLaurelBCodin <laurel@zurb.com>
Mon, 24 Apr 2017 16:32:30 +0000 (09:32 -0700)
committerLaurelBCodin <laurel@zurb.com>
Mon, 24 Apr 2017 16:32:30 +0000 (09:32 -0700)
_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss
docs/pages/button.md
tmp.txt [deleted file]

index 70a8d3d371e7fa432b243941e0a7fd88e44ddda6..edfd399a2a27b6a9fbe91c0cd9af11d5b2f97b5f 100644 (file)
     optgroup,
     select,
     textarea {
-      font-family: $base-font-family; /* 1 */
+      font-family: inherit; /* 1 */
       font-size: 100%; /* 1 */
       @if $normalize-vertical-rhythm {
         line-height: ($base-line-height / $base-font-size) * 1em; /* 1 */
index e14ff7c9a7bc8fd0984bd029b75654972eb0faf4..83e6dba40e4b55d2b8f6b3b9ff8ee639086cee70 100644 (file)
@@ -40,7 +40,6 @@ Additional classes can be added to your button to change its size and shape.
 <a class="button large" href="#">So Large</a>
 <a class="button expanded" href="#">Such Expand</a>
 <a class="button small expanded" href="#">Wow, Small Expand</a>
-<button class="button test-button">Test button</button>
 ```
 
 
diff --git a/tmp.txt b/tmp.txt
deleted file mode 100644 (file)
index a43b386..0000000
--- a/tmp.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-$button-padding: 4px;
-$button-padding: 4px 2px;
-$button-padding: 4px 1px 3px;
-$button-padding: 4px 5px 3px 1px;