{"id":18564940,"url":"https://github.com/michaelschwobe/bemit-cheatsheet","last_synced_at":"2025-07-16T15:33:27.117Z","repository":{"id":89694098,"uuid":"40502766","full_name":"michaelschwobe/bemit-cheatsheet","owner":"michaelschwobe","description":"Give developers more knowledge about how the classes behave in a non-relative sense: BEM + ITCSS = BEMIT","archived":false,"fork":false,"pushed_at":"2015-08-10T19:50:02.000Z","size":100,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T18:47:37.186Z","etag":null,"topics":["bem","bemit","cheatsheet","css","itcss","namespace"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelschwobe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-10T19:49:49.000Z","updated_at":"2025-02-15T22:02:33.000Z","dependencies_parsed_at":"2023-03-13T18:06:27.987Z","dependency_job_id":null,"html_url":"https://github.com/michaelschwobe/bemit-cheatsheet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelschwobe/bemit-cheatsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelschwobe%2Fbemit-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelschwobe%2Fbemit-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelschwobe%2Fbemit-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelschwobe%2Fbemit-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelschwobe","download_url":"https://codeload.github.com/michaelschwobe/bemit-cheatsheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelschwobe%2Fbemit-cheatsheet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265521431,"owners_count":23781501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bem","bemit","cheatsheet","css","itcss","namespace"],"created_at":"2024-11-06T22:16:53.508Z","updated_at":"2025-07-16T15:33:27.078Z","avatar_url":"https://github.com/michaelschwobe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BEMIT Cheatsheet\n\nGive developers more knowledge about how the classes behave in a non-relative sense: BEM + ITCSS = BEMIT\n\n- [More Transparent UI Code with Namespaces](http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/)\n- [BEMIT: Taking the BEM Naming Convention a Step Further](http://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/)\n\n## Evolution\n\nBEM:\n```css\n.block__element--modifier {}\n```\n\nBEM w/ Namespaces:\n```css\n.namespace-block__element--modifier {}\n```\n\nBEM w/ Namespaces \u0026 Responsive Suffixes:\n```css\n.namespace-block__element--modifier\\@suffix {}\n```\n\n## Namespaces\n\nObject\n```css\n.o-object-name[\u003celement\u003e|\u003cmodifier\u003e] {}\n```\n\nComponent\n```css\n.c-component-name[\u003celement\u003e|\u003cmodifier\u003e] {}\n```\n\nUtility\n```css\n.u-utility-name {}\n```\n\nTheme\n```css\n.t-theme-name {}\n```\n\nScope\n```css\n.s-scope-name {}\n```\n\nState\n```css\n.[is|has]-state {}\n```\n\nHack\n```css\n._\u003cnamespace\u003ehack-name {}\n```\n\nJavascript\n```css\n.js-component-name {}\n```\n\nQuality Assurance\n```css\n.qa-node-name {}\n```\n\n## Responsive Suffixes\n\nBreakpoints\n```css\n.o-object-name\\@sm {}\n.o-object-name\\@md {}\n.o-object-name\\@lg {}\n```\n\nMedia type\n```css\n.u-utility-name\\@print {}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelschwobe%2Fbemit-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelschwobe%2Fbemit-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelschwobe%2Fbemit-cheatsheet/lists"}