lint_sass {rhino} | 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()
}