forked from thoughtbot/bourbon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updates the tagline. - Updates the description and purpose of Bourbon. - Wraps lines at 80 characters. - Updates browser support. - Adds table of contents.
- Loading branch information
Showing
5 changed files
with
117 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,10 +22,8 @@ Gem::Specification.new do |s| | |
"Will McMahan" | ||
] | ||
s.description = <<-DESC | ||
Bourbon is a library of pure Sass mixins that are designed to be simple | ||
and easy to use. No configuration required. The mixins aim to be as | ||
vanilla as possible, meaning they should be as close to the original | ||
CSS syntax as possible. | ||
Bourbon is a library of pure Sass mixins and functions that are designed to | ||
make you a more efficient developer. | ||
DESC | ||
s.email = "[email protected]" | ||
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } | ||
|
@@ -35,7 +33,7 @@ Gem::Specification.new do |s| | |
s.name = "bourbon" | ||
s.platform = Gem::Platform::RUBY | ||
s.require_paths = ["lib"] | ||
s.summary = "A simple and lightweight mixin library for Sass" | ||
s.summary = "A lightweight Sass tool set." | ||
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") | ||
s.version = Bourbon::VERSION | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters