-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style updates - redux #711
Conversation
@mattvague Could you rebase againt master? Can you add more explanations about... what this changes? :) |
- Add ActiveAdmin to gemspec and lock it to a version in the Gemfile - Minor button state updates and fix for the box shadow of the titlebar
@pcreux done and done. Can we get this merged? |
@gregbell Made those changes |
@@ -18,6 +18,7 @@ Gem::Specification.new do |s| | |||
s.require_paths = ["lib"] | |||
|
|||
s.add_dependency("rails", ">= 3.0.0") | |||
s.add_dependency("bourbon", "~> 1.0.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~> will allow patch levels greater than 1.0.0 (eg: 1.0.1 but not 1.2.0). Considering Bourbon is already at 1.2.0, I think we should change this to ">= 1.0.0"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oopsy, fixed it
Merged! Nice work. Matt. Styles are looking great. |
Same style updates as last time, but this time Bourbon is in the gemspec. Also I've generated the bourbon stylesheets and included them in AA so we don't need to worry about asset pipeline generating them. Party.
Style updates include: