Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Oct 26, 2014
1 parent 06266bc commit 5e115e5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions readme.md
Expand Up @@ -2,19 +2,6 @@

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url]

BEM object is abstract definition of group of files, that matching to BEM naming conventions. For example:

```bash
/block # bem-object (1)
block.css # file, that described by (1)
/_mod # bem-object (2)
block_mod.css # file, that described by (2)
block_mod_val1.css # bem-object (3)
block_mod_val2.css # bem-object (4)
```

As you can see, modificator values can't be accessed by `(2)`, so we generate additional `(3)` and `(4)` to access them.

## Properties

Each object will contain next properties:
Expand Down

0 comments on commit 5e115e5

Please sign in to comment.