format_sass | R Documentation |
Runs prettier on Sass (.scss) files in app/styles
directory.
Requires Node.js installed.
format_sass(fix = TRUE)
fix |
If |
You can prevent prettier from formatting a given chunk of your code by adding a special comment:
// prettier-ignore
Read more about ignoring code.
None. This function is called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.