Skip to content

Commit

Permalink
Remove bootstrap import from mixins, bump version (#20)
Browse files Browse the repository at this point in the history
* Remove bootstrap import from mixins

* Update version again
  • Loading branch information
kaytcat authored and karlhorky committed Jan 31, 2017
1 parent 48aa5e5 commit 217dd65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kununu-theme",
"version": "2.0.0",
"version": "3.0.0",
"description": "Base scss styles for kununu",
"scripts": {
"test": "echo \"No test specified\""
Expand Down
2 changes: 0 additions & 2 deletions scss/base/mixins.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '~bootstrap-sass/assets/stylesheets/bootstrap/mixins';

@mixin panel-variant($border, $heading-text-color, $heading-bg-color, $heading-border) {
border-color: $border;

Expand Down

0 comments on commit 217dd65

Please sign in to comment.