Sha256: 7771b79c666738e773f46add7bc49f41b0a60d69afd709f983719e0e3de9c489
Contents?: true
Size: 526 Bytes
Versions: 9
Compression:
Stored size: 526 Bytes
Contents
if recipes.include? 'rails 3.0' gem 'sass', '>= 3.1.6' end if config['sass'] after_bundler do create_file 'config/initializers/sass.rb' do <<-RUBY Rails.application.config.generators.stylesheet_engine = :sass RUBY end end end __END__ name: SASS description: "Utilize SASS for really awesome stylesheets!" author: mbleigh, mrc2407, & ashley_woodard exclusive: css_replacement category: assets tags: [css] config: - sass: type: boolean prompt: Would you like to use SASS syntax instead of SCSS?
Version data entries
9 entries across 9 versions & 1 rubygems