Added :preferred_syntax to the configuration reference

This commit is contained in:
Sven Steinheißer 2010-11-06 23:35:18 +01:00 committed by Chris Eppstein
parent 46d399c044
commit b16f1306d4

View File

@ -218,6 +218,13 @@ command line will override the corresponding settings in your configuration file
in production mode, true in development mode.
</td>
</tr>
<tr>
<td style="vertical-align:top;"><code>preferred_syntax</code> </td>
<td style="vertical-align:top;">Symbol </td>
<td style="vertical-align:top;">Can be <code>:scss</code> or <code>:sass</code>.
Defaults to <code>:scss</code>.
</td>
</tr>
</table>
## Configuration Functions