/scss-shorthand

SASS-style shorthands (++ => @include, >> => @extend) for .scss files.

Primary LanguageRubyMIT LicenseMIT

SCSS Shorthand

A dead simple gem to provide support for shorthands in .scss files in Rails.

Works for Rails 3.x only.

Use ++ instead of @include, >> instead of @extend.

Installation

Add this line to your application's Gemfile:

gem 'scss_shorthand', github: "mustangostang/scss-shorthand"

And then execute:

$ bundle

Usage

Just install and enjoy the short .scss syntax!