--- !ruby/object:Gem::Specification name: bourbon version: !ruby/object:Gem::Version version: 0.1.5 prerelease: platform: ruby authors: - Phil LaPier - Chad Mazzola - Mike Burns autorequire: bindir: bin cert_chain: [] date: 2011-08-19 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: sass requirement: &70215233728500 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' type: :runtime prerelease: false version_requirements: *70215233728500 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/_animation-keyframes.scss - app/assets/stylesheets/addons/_button.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/_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 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 version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: bourbon rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Bourbon Sass Mixins using SCSS syntax. test_files: []