Skip to content

Commit

Permalink
Merge pull request searchkit#216 from searchkit/fix-vars.scss-import
Browse files Browse the repository at this point in the history
Fix vars.scss import
  • Loading branch information
joemcelroy committed Apr 5, 2016
2 parents ea1c15a + 066e8fb commit 92a7c17
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions theming/components/_actions.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "../vars.scss";

.sk-action-button {
border:1px solid $sk-border-color;
color:$sk-action-text-color;
Expand Down
2 changes: 1 addition & 1 deletion theming/components/_filter-group.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "./vars.scss";
@import "../vars.scss";

.sk-filter-group {

Expand Down
2 changes: 2 additions & 0 deletions theming/components/_filter-item.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "../vars.scss";

.filter-item {

}
Expand Down
1 change: 1 addition & 0 deletions theming/components/_range-histogram.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "../vars.scss";

.sk-range-histogram {
height:50px;
Expand Down
2 changes: 1 addition & 1 deletion theming/components/_range-input.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "./vars.scss";
@import "../vars.scss";

.sk-range-input {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion theming/components/_range-slider.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "./vars.scss";
@import "../vars.scss";

.sk-range-slider {
padding-bottom: 16px; // Take into account marks
Expand Down
2 changes: 1 addition & 1 deletion theming/components/_select.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "vars.scss";
@import "../vars.scss";

.sk-select {
position:relative;
Expand Down
2 changes: 1 addition & 1 deletion theming/components/_tabs.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "vars.scss";
@import "../vars.scss";

.sk-tabs {
width: 100%;
Expand Down
2 changes: 2 additions & 0 deletions theming/components/_view-switcher.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "../vars.scss";

.sk-view-switcher {
display:flex;
align-content:center;
Expand Down

0 comments on commit 92a7c17

Please sign in to comment.