Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghoul007/bem-naming-css
BEM — Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development
https://github.com/ghoul007/bem-naming-css
Last synced: about 1 month ago
JSON representation
BEM — Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development
- Host: GitHub
- URL: https://github.com/ghoul007/bem-naming-css
- Owner: ghoul007
- Created: 2019-09-29T10:24:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:12:09.000Z (about 2 years ago)
- Last Synced: 2024-04-24T10:24:13.528Z (9 months ago)
- Language: CSS
- Size: 3.47 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Example using BEM (Block Element Modifier) methodology with SCSS compilation:
## BEM
>BEM — Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development
## Run project
```js
npm install
npm run build
```## Mockup
![mockup](https://github.com/ghoul007/BEM-NAMING-CSS/blob/master/media/mockup.png?raw=true)