SU-SWS/stanford_profile

View on GitHub
themes/stanford_basic/src/scss/admin/user_login.scss

Summary

Maintainability
Test Coverage

ID selectors not allowed
Open

#page-content {

No IDs

Rule no-ids will enforce that ID selectors are not allowed to be used.

Examples

When enabled, the following are disallowed:

#foo {
  content: 'bar';
}

There are no issues that match your filters.

Category
Status