sass / node-sass-middleware

connect middleware extracted from node-sass
MIT License
262 stars 84 forks source link

Confusing documentation #125

Closed BenjaminCrozier closed 5 years ago

BenjaminCrozier commented 5 years ago

indentedSyntax - [true | false], false by default. Compiles files with the .sass extension instead of .scss in the src directory.

should read

indentedSyntax - [true | false], false by default. If true compiles files with the .sass extension instead of .scss in the src directory.

mgreter commented 5 years ago

This is open source, so feel free to make Pull Request to improve docs!

lillem4n commented 5 years ago

Fixed here: https://github.com/sass/node-sass-middleware/pull/127

BenjaminCrozier commented 5 years ago

on behalf of all the easily confused dummies: ty.