Skip to content

Commit

Permalink
Merge pull request #274 from edx/talbs/fix/remove-list-links
Browse files Browse the repository at this point in the history
FIX - Remove Unused "list-links" Rules
  • Loading branch information
talbs committed Jan 26, 2016
2 parents 2082b23 + bbd8efd commit 0d8c932
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## unreleased
Nothing yet

- - -

## 0.8.10 (2016-01-26)
* Remove unused .list-links/%list-links rules.

- - -

## 0.8.9 (2016-01-26)
* removing reference to deleted %reset-copy utility

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-pattern-library",
"version": "0.8.9",
"version": "0.8.10",
"authors": [
"edX UX Team <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-pattern-library",
"version": "0.8.9",
"version": "0.8.10",
"author": "edX UX Team <[email protected]>",
"license": "Apache-2.0",
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",
Expand Down
4 changes: 0 additions & 4 deletions pattern-library/sass/patterns/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,6 @@ dd,
@extend %list-inline;
}

.list-links {
@extend %list-links;
}

.list-grouped {
@extend %list-grouped;
}
Expand Down

0 comments on commit 0d8c932

Please sign in to comment.