Skip to content

Commit

Permalink
Merge pull request #291 from edx/andya/release-0.10.3
Browse files Browse the repository at this point in the history
Remove obsolete icon fonts
  • Loading branch information
andy-armstrong committed Feb 4, 2016
2 parents 605f60a + d6cba70 commit 66f90db
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 92 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Nothing yet

- - -

## 0.10.3 (2016-02-04)
* FIX - remove obsolete icon fonts from SASS file

- - -

## 0.10.2 (2016-02-04)
* FIX - removed a one character typo that broke the SASS compilation

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.10.2",
"version": "0.10.3",
"authors": [
"edX Pattern Library 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.10.2",
"version": "0.10.3",
"author": "edX Pattern Library Team <[email protected]>",
"license": "Apache-2.0",
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",
Expand Down
13 changes: 2 additions & 11 deletions pattern-library/css/edx-pattern-library-ltr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pattern-library/css/edx-pattern-library-ltr.min.css

Large diffs are not rendered by default.

13 changes: 2 additions & 11 deletions pattern-library/css/edx-pattern-library-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pattern-library/css/edx-pattern-library-rtl.min.css

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions pattern-library/sass/patterns/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ angle-up
arrow-circle-down
arrow-down
arrow-up
arrows
book
bullhorn
calendar
Expand All @@ -49,7 +48,6 @@ closed-captions
cog
comment
comments
compress
copy
edit
ellipsis
Expand Down Expand Up @@ -125,7 +123,7 @@ $edx-icon-synonyms: (
reorder: menu,
remove: close,
settings: cog,
undo: rotate-left,
rotate-left: undo,
unsorted: sort,
visible: show
);
Expand Down Expand Up @@ -420,9 +418,6 @@ $edx-icon-synonyms: (
.edx-icons .icon-email:before {
content: "\e64f";
}
.edx-icons .icon-rotate-left:before {
content: "\e650";
}
.edx-icons .icon-undo:before {
content: "\e650";
}
Expand Down
16 changes: 2 additions & 14 deletions public/css/demo-ltr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/demo-ltr.min.css

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions public/css/demo-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/demo-rtl.min.css

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions public/css/main-ltr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/main-ltr.min.css

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions public/css/main-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/main-rtl.min.css

Large diffs are not rendered by default.

0 comments on commit 66f90db

Please sign in to comment.