You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?phpadd_action( 'lessc', function( $lessc ) {
// make a new formatter (copy of existing one)$formatter = newlessc_formatter_classic;
// set indent char eg spaces or tabs$formatter->indentChar = "\t";
// use the new formatter$lessc->setFormatter( $formatter );
// keep comments$lessc->setPreserveComments( true );
} );
?>
Anyway to edit the css output to something other than one line?
Nested, expanded for example?
The text was updated successfully, but these errors were encountered: