Skip to content

Commit

Permalink
style(clearAll): Empty rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerska committed Nov 12, 2015
1 parent 10b4d01 commit dfe5016
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions css/default/_clear-all.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@import "../base"
@import "variables"

@include block() {
@include element(header) {
/* widget header */
}

@include element(body) {
/* widget body */
}

@include element(link) {
/* widget link */
}

@include element(footer) {
/* widget footer */
}
}
1 change: 1 addition & 0 deletions css/instantsearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
@import "default/hierarchical-menu";
@import "default/range-slider";
@import "default/price-ranges" ;
@import "default/clear-all";

0 comments on commit dfe5016

Please sign in to comment.