simple eslint reformat
This commit is contained in:
parent
02ac68fb5e
commit
71fd398044
2 changed files with 105 additions and 109 deletions
File diff suppressed because one or more lines are too long
|
|
@ -2,9 +2,9 @@
|
|||
@import "dropdown";
|
||||
@import "searchbox";
|
||||
|
||||
$searchbox: true!default;
|
||||
$searchbox: true !default;
|
||||
|
||||
@if($searchbox == true){
|
||||
@if ($searchbox == true) {
|
||||
@include searchbox($searchbox-config...);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue