Skip to content

Commit

Permalink
Fixes indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiopro committed Jan 21, 2017
1 parent 77cd749 commit 50d76d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.js
@@ -1,13 +1,13 @@
const workshopper = require('workshopper-adventure')
, path = require('path')
, learnsass = workshopper({
title : 'Learn SASS'
, appDir : __dirname
, languages : ['en', 'it', 'pt-br']
, footer : {
file: path.join(__dirname, 'footer.{lang}.md')
}
})
title : 'Learn SASS'
, appDir : __dirname
, languages : ['en', 'it', 'pt-br']
, footer : {
file: path.join(__dirname, 'footer.{lang}.md')
}
})

learnsass.addAll([
"variables",
Expand Down

0 comments on commit 50d76d1

Please sign in to comment.