CSS Stylesheet


Messages (7)
SelectorLineDescription
Error.site-header--dark__logo3The element "logo" appears after the modifier "dark" which is invalid.
Warning.Card__Title6The CSS class name contains uppercase characters. BEM class names should only use lowercase characters.
Warning.shopping-list__item__image9The element "image" is nested under the element "item". BEM class names typically have at most 1 element.
Warning.site_header__logo12Words have been separated by underscores. BEM uses hyphens to separate words.
Success.card__title--active18This is a valid BEM class name
Informationbody24This is an element type selector.
Information#comments27This is an ID selector.