Skip to content

Commit

Permalink
[Sass] Fix manually enabling Sass::Plugin::Rack under Rails.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 11, 2010
1 parent b0b47d0 commit 7d538d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc-src/SASS_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

## 3.0.1 (Unreleased)

* Make sure manually importing the Sass Rack plugin still works with Rails,
even though it's not necessary now.

* Allow identifiers to begin with multiple underscores.

## 3.0.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sass/plugin/rack.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'sass/plugin'

module Sass
module Plugin
# Rack middleware for compiling Sass code.
Expand Down Expand Up @@ -45,3 +43,5 @@ def call(env)
end
end
end

require 'sass/plugin'

0 comments on commit 7d538d2

Please sign in to comment.