powered by
Runs Stylelint on the Sass sources in the app/styles directory. Requires Node.js to be available on the system.
app/styles
lint_sass(fix = FALSE)
None. This function is called for side effects.
Automatically fix problems.
if (interactive()) { # Lint the Sass sources in the `app/styles` directory. lint_sass() }
Run the code above in your browser using DataLab