Skip to content

Instantly share code, notes, and snippets.

View Ave-Mari's full-sized avatar
🎯
Focusing

Mari Vaypan Ave-Mari

🎯
Focusing
View GitHub Profile
@bekharsky
bekharsky / fucked-up.md
Last active April 11, 2023 09:50
SCSS BEM Fucked up situation

В общем, суть вся в том, что если ты применяешь БЭМ, все эти бесконечные block block__el block__el_m, велик соблазн написать вот так:

.block {
  стили блока

  &__el {
    стили элемента

    &_m {
      стили модификатора для элемента
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 6, 2026 18:32
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example