Runs Stylelint on the Sass sources in the app/styles directory.
Requires Node.js to be available on the system.
Examples
if (interactive()) {
  # Lint the Sass sources in the `app/styles` directory.
  lint_sass()
}
Runs Stylelint on the Sass sources in the app/styles directory.
Requires Node.js to be available on the system.
if (interactive()) {
  # Lint the Sass sources in the `app/styles` directory.
  lint_sass()
}