Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
XhmikosR committed Mar 23, 2016
1 parent 27eea93 commit 3e26653
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/less-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
less: {
development: {
options: {
paths: ["assets/css"]
paths: ['assets/css']
},
files: {
"path/to/result.css": "path/to/source.less"
'path/to/result.css': 'path/to/source.less'
}
},
production: {
options: {
paths: ["assets/css"],
paths: ['assets/css'],
plugins: [
new (require('less-plugin-autoprefix'))({browsers: ["last 2 versions"]}),
new (require('less-plugin-clean-css'))(cleanCssOptions)
Expand All @@ -23,7 +23,7 @@ less: {
}
},
files: {
"path/to/result.css": "path/to/source.less"
'path/to/result.css': 'path/to/source.less'
}
}
}
Expand Down

0 comments on commit 3e26653

Please sign in to comment.