SU-HKKU/cardinal_service_profile

View on GitHub
themes/cardinal_service/pdb_components/stories/src/styles.scss

Summary

Maintainability
Test Coverage

ID selectors not allowed
Wontfix

#stories-filters {

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