https://github.com/shaikrasheed99/css-bem
Examples of CSS BEM.
https://github.com/shaikrasheed99/css-bem
bem bem-css bem-methodology css css-bem html sass
Last synced: 7 months ago
JSON representation
Examples of CSS BEM.
- Host: GitHub
- URL: https://github.com/shaikrasheed99/css-bem
- Owner: shaikrasheed99
- License: mit
- Created: 2023-02-07T08:53:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T13:12:46.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:39:12.772Z (9 months ago)
- Topics: bem, bem-css, bem-methodology, css, css-bem, html, sass
- Language: SCSS
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Block. Element. Modifier
BEM is a methodology that helps you to create reusable components and code sharing in front‑end development.
* `Block` - standalone entity that is meaningful on its own.
* `Element` - part of a block that has no standalone meaning and is semantically tied to its block.
* `Modifier` - used to change appearance or behaviour.