Skip to content

Commit

Permalink
Post install message
Browse files Browse the repository at this point in the history
  • Loading branch information
Loris Gavillet committed Feb 1, 2017
1 parent 40331f4 commit a893905
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mtl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,15 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '> 3.0'
spec.add_development_dependency 'actionview'
spec.add_development_dependency 'simple_form', '>= 3.3'

spec.post_install_message = %q{
Some component have been extend with configuration variables, don't forget to re-generate the scss configuration or
add the following values to your existing one:
$chip-height: 32px !default;
$chip-line-height: 32px !default;
$chip-font-size: 13px !default;
$chip-font-weight: 500 !default;
$chip-border-radius: 16px !default;
}
end

0 comments on commit a893905

Please sign in to comment.