Learn R Programming

rhino (version 1.11.0)

lint_sass: Lint Sass

Description

Runs Stylelint on the Sass sources in the app/styles directory. Requires Node.js to be available on the system.

Usage

lint_sass(fix = FALSE)

Value

None. This function is called for side effects.

Arguments

fix

Automatically fix problems.

Examples

Run this code
if (interactive()) {
  # Lint the Sass sources in the `app/styles` directory.
  lint_sass()
}

Run the code above in your browser using DataLab