Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)