SU-SWS/stanford_profile

View on GitHub
themes/stanford_basic/src/scss/components/link/index.scss

Summary

Maintainability
Test Coverage

Files must end with a new line
Open

@import 'link--action'

Final Newline

Rule final-newline will enforce whether or not files should end with a newline.

Options

  • include: true/false (defaults to true)

Examples

When include: true, the following are allowed. When include: false, the following are disallowed:

.foo {
  content: 'bar';
}
// Newline under this comment at end of file

When include: false, the following are allowed. When include: true, the following are disallowed:

.foo {
  content: 'bar';
}
// No newline under this comment at end of file

There are no issues that match your filters.

Category
Status