Skip to content

Commit

Permalink
Remove default list placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Sep 24, 2015
1 parent 8e00402 commit dad0942
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
12 changes: 0 additions & 12 deletions app/assets/stylesheets/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ ol {
list-style-type: none;
margin: 0;
padding: 0;

&%default-ul {
list-style-type: disc;
margin-bottom: $small-spacing;
padding-left: $base-spacing;
}

&%default-ol {
list-style-type: decimal;
margin-bottom: $small-spacing;
padding-left: $base-spacing;
}
}

dl {
Expand Down
12 changes: 0 additions & 12 deletions contrib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ <h2>Definition List</h2>
<dt>Definition Term Title 3</dt>
<dd>Definition term description</dd>
</dl>
<h2><code>%default-ol</code> Ordered List</h2>
<ol class="default-ol">
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ol>
<h2><code>%default-ul</code> Unordered List</h2>
<ul class="default-ul">
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
<hr>
<form>
<label for="text_field">Text Field</label>
Expand Down
8 changes: 0 additions & 8 deletions contrib/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ body {
max-width: 500px;
}

.default-ol {
@extend %default-ol;
}

.default-ul {
@extend %default-ul;
}

.welcome-message {
@include padding($base-spacing null);
background-color: #f2f2f2;
Expand Down

0 comments on commit dad0942

Please sign in to comment.