Runs Stylelint on the Sass sources in the app/styles directory.
Requires Node.js to be available on the system.
lint_sass(fix = FALSE)None. This function is called for side effects.
if (interactive()) {
# Lint the Sass sources in the `app/styles` directory.
lint_sass()
}