Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Codekit > SASS: How to change CSS Output Indent Reply To: Codekit > SASS: How to change CSS Output Indent

#210557
pxforti
Participant

By default, in coda, I have indents set at 4 spaces. There is no setting in codekit to change that. Not really interested in using command line for sass: that’s why I got codekit :)

Here is sample css output:

input[type=”search”] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}