Skip to content

Commit

Permalink
Merge pull request #81 from aendrew/patch-1
Browse files Browse the repository at this point in the history
SCSS adapter improperly named
  • Loading branch information
Jeff Escalante committed Feb 18, 2015
2 parents 981c2a9 + ccce68a commit f6be53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapters/scss.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ W = require 'when'
path = require 'path'

class SCSS extends Adapter
name: 'css'
name: 'scss'
extensions: ['scss']
output: 'css'
supportedEngines: ['node-sass']
Expand Down

0 comments on commit f6be53d

Please sign in to comment.