Skip to content

Commit

Permalink
Merge pull request #276 from edx/talbs/fix/remove-btn-base-extend
Browse files Browse the repository at this point in the history
FIX - Publishing Missing Buttons Sass Extend Solution
  • Loading branch information
andy-armstrong committed Jan 27, 2016
2 parents 0e50ddc + 4200379 commit 160aace
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.8.12 (2016-01-26)
* FIX- Removed unused %btn-base extend from buttons

- - -

## 0.8.11 (2016-01-26)
* Removed unused %btn-base extend from buttons

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.11",
"version": "0.8.12",
"authors": [
"edX UX Team <ux@edx.org>"
],
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.11",
"version": "0.8.12",
"author": "edX UX Team <ux@edx.org>",
"license": "Apache-2.0",
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",
Expand Down
1 change: 0 additions & 1 deletion pattern-library/sass/patterns/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ $btn-inverse-disabled-focus-background: $transparent !default;
// ----------------------------
%btn-default {
@extend %btn;
@extend %btn-base;
border-color: $btn-default-border-color;
background: $btn-default-background;
color: $btn-default-color;
Expand Down

0 comments on commit 160aace

Please sign in to comment.