Skip to content

Commit

Permalink
p-y-2 is now py-2 in bootstrap 4 alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 28, 2016
1 parent 25a9399 commit a52854a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.navbar + .container {
@extend .p-y-2;
@extend .py-2;
}

.card-header.collapse-toggle {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/blacklight/_constraints.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.constraints-container {
@extend .m-b-2;
@extend .mb-2;
}

span.constraints-label {
Expand Down
4 changes: 2 additions & 2 deletions app/assets/stylesheets/blacklight/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

ul, .pivot-facet {
@extend .list-unstyled;
@extend .p-y-1;
@extend .p-x-3;
@extend .py-1;
@extend .px-3;
}
}
2 changes: 1 addition & 1 deletion app/assets/stylesheets/blacklight/_search_history.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Search History */
.search-history {
.constraint {
@extend .p-x-3;
@extend .px-3;
display: block;
text-indent: -1 * map-get(map-get($spacers, 3), x);
}
Expand Down
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency "globalid"
s.add_dependency "nokogiri", "~>1.6" # XML Parser
s.add_dependency "kaminari", ">= 0.15" # the pagination (page 1,2,3, etc..) of our search results
s.add_dependency "bootstrap", ">= 4.0.0.alpha", "< 5"
s.add_dependency "bootstrap", ">= 4.0.0.alpha5", "< 5"
s.add_dependency "deprecation"
s.add_dependency "twitter-typeahead-rails", '0.11.1.pre.corejavascript'

Expand Down

0 comments on commit a52854a

Please sign in to comment.