--- !ruby/object:Gem::Specification name: bourbon version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 2 version: 0.1.2 platform: ruby authors: - Phil LaPier - Chad Mazzola - Mike Burns autorequire: bindir: bin cert_chain: [] date: 2011-07-27 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 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 - LICENSE - Rakefile - app/assets/stylesheets/_bourbon.css.scss - app/assets/stylesheets/addons/_button.css.scss - app/assets/stylesheets/addons/_position.css.scss - app/assets/stylesheets/css3/_animation.css.scss - app/assets/stylesheets/css3/_background-image.css.scss - app/assets/stylesheets/css3/_border-radius.css.scss - app/assets/stylesheets/css3/_box-shadow.css.scss - app/assets/stylesheets/css3/_box-sizing.css.scss - app/assets/stylesheets/css3/_flex-box.css.scss - app/assets/stylesheets/css3/_inline-block.css.scss - app/assets/stylesheets/css3/_linear-gradient.css.scss - app/assets/stylesheets/css3/_radial-gradient.css.scss - app/assets/stylesheets/css3/_transform.css.scss - app/assets/stylesheets/css3/_transition.css.scss - app/assets/stylesheets/functions/_golden-ratio.css.scss - app/assets/stylesheets/functions/_grid-width.css.scss - app/assets/stylesheets/functions/_linear-gradient.css.scss - app/assets/stylesheets/functions/_tint-shade.css.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 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: bourbon rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Bourbon Sass Mixins using SCSS syntax. test_files: []