Skip to content

Commit 140eb49

Browse files
committed
Style and spelling
1 parent 8196032 commit 140eb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dartsass/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Dartsass
44
class Engine < ::Rails::Engine
55
config.dartsass = ActiveSupport::OrderedOptions.new
6-
config.dartsass.stylesheets = { 'application.scss' => 'appliction.css' }
6+
config.dartsass.stylesheets = { "application.scss" => "application.css" }
77
end
88
end

0 commit comments

Comments
 (0)