lint_sass | R Documentation |
Runs Stylelint on the Sass sources in the app/styles
directory.
Requires Node.js to be available on the system.
lint_sass(fix = FALSE)
fix |
Automatically fix problems. |
None. This function is called for side effects.
if (interactive()) {
# Lint the Sass sources in the `app/styles` directory.
lint_sass()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.