You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Correct. The `search-form` block has the `theme` modifier with the value `islands`--><formclass="search-form search-form_theme_islands"><inputclass="search-form__input"><buttonclass="search-form__button">Search</button></form><!-- Incorrect. The modified class `search-form` is missing --><formclass="search-form_theme_islands"><inputclass="search-form__input"><buttonclass="search-form__button">Search</button></form>
The text was updated successfully, but these errors were encountered: