Skip to contents

Runs prettier on Sass (.scss) files in app/styles directory. Requires Node.js installed.

Usage

format_sass(fix = TRUE)

Arguments

fix

If TRUE, fixes formatting. If FALSE, reports formatting errors without fixing them.

Value

None. This function is called for side effects.

Details

You can prevent prettier from formatting a given chunk of your code by adding a special comment:

Read more about ignoring code.