Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaappletw committed Apr 12, 2020
1 parent b92eb6b commit 6b156e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/bulma.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "utf-8"
/*! bulma.io v0.8.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all"
@import "sass/base/_all"
@import "sass/elements/_all"
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/sass/components/navbar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ a.navbar-item,
align-items: center
display: flex
.navbar-item
display: flex
&.has-dropdown
align-items: stretch
&.has-dropdown-up
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/sass/form/shared.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$input-color: inherit !default
$input-color: $text-strong !default
$input-background-color: $scheme-main !default
$input-border-color: $border !default
$input-height: $control-height !default
Expand Down
4 changes: 2 additions & 2 deletions bulma-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_runtime_dependency 'sass', '~> 3.2'

spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "rake", "~> 12.3.3"

end
2 changes: 1 addition & 1 deletion lib/bulma/sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Bulma
module Sass
VERSION = "0.8.1"
VERSION = "0.8.2"
end
end

0 comments on commit 6b156e5

Please sign in to comment.