You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ This gem provides official integration for Ruby on Rails projects with the Sass
6
6
7
7
Since Rails 3.1, new Rails projects will be already configured to use Sass. If you are upgrading to Rails 3.1 you will need to add the following to your Gemfile:
8
8
9
-
gem 'sass-rails'
9
+
```ruby
10
+
gem 'sass-rails'
11
+
```
10
12
11
13
## Configuration
12
14
@@ -30,12 +32,13 @@ can be found on the Sass Website with the following caveats:
30
32
-`:line` - This is provided by the template handler.
0 commit comments