--- !ruby/object:Gem::Specification name: bourbon version: !ruby/object:Gem::Version hash: 19 prerelease: segments: - 1 - 0 - 2 version: 1.0.2 platform: ruby authors: - Phil LaPier - Chad Mazzola - Matt Jankowski - Nick Quaranto - Jeremy Raines - Mike Burns - "Andr\xC3\xA9s Mej\xC3\xADa" - Travis Haynes - Chris Lloyd - Gabe Berke-Williams - J. Edward Dewyea autorequire: bindir: bin cert_chain: [] date: 2011-10-07 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: sass prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 5 segments: - 3 - 1 version: "3.1" type: :runtime version_requirements: *id001 description: | The purpose of Bourbon Vanilla Sass Mixins is to provide a comprehensive framework of sass mixins that are designed to be as vanilla as possible. Meaning they should not deter from the original CSS syntax. The mixins contain vendor specific prefixes for all CSS3 properties for support amongst modern browsers. The prefixes also ensure graceful degradation for older browsers that support only CSS3 prefixed properties. email: - support@thoughtbot.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Gemfile.lock - LICENSE - Rakefile - app/assets/stylesheets/_bourbon.scss - app/assets/stylesheets/addons/_button.scss - app/assets/stylesheets/addons/_html5-input-types.scss - app/assets/stylesheets/addons/_position.scss - app/assets/stylesheets/addons/_timing-functions.scss - app/assets/stylesheets/css3/_animation.scss - app/assets/stylesheets/css3/_background-image.scss - app/assets/stylesheets/css3/_border-radius.scss - app/assets/stylesheets/css3/_box-shadow.scss - app/assets/stylesheets/css3/_box-sizing.scss - app/assets/stylesheets/css3/_flex-box.scss - app/assets/stylesheets/css3/_inline-block.scss - app/assets/stylesheets/css3/_linear-gradient.scss - app/assets/stylesheets/css3/_radial-gradient.scss - app/assets/stylesheets/css3/_transform.scss - app/assets/stylesheets/css3/_transition.scss - app/assets/stylesheets/functions/_golden-ratio.scss - app/assets/stylesheets/functions/_grid-width.scss - app/assets/stylesheets/functions/_linear-gradient.scss - app/assets/stylesheets/functions/_radial-gradient.scss - app/assets/stylesheets/functions/_tint-shade.scss - bourbon.gemspec - generate-bourbon.sh - lib/bourbon.rb - lib/bourbon/engine.rb - lib/bourbon/sass_extensions.rb - lib/bourbon/sass_extensions/functions.rb - lib/bourbon/sass_extensions/functions/compact.rb - lib/bourbon/version.rb - lib/tasks/install.rake - readme.md has_rdoc: true homepage: https://github.com/thoughtbot/bourbon licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: bourbon rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Bourbon Sass Mixins using SCSS syntax. test_files: []