https://github.com/bem/bem-core-php
bh.php templates for bem-core
https://github.com/bem/bem-core-php
Last synced: 12 months ago
JSON representation
bh.php templates for bem-core
- Host: GitHub
- URL: https://github.com/bem/bem-core-php
- Owner: bem
- License: other
- Created: 2015-02-12T13:28:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T17:16:18.000Z (about 10 years ago)
- Last Synced: 2025-03-20T19:17:50.375Z (over 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 5
- Watchers: 21
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# bem-core-php
[`bh.php`][] templates for [`bem-core`][] library.
## What is this?
Extension for [`bem-core`][] with [`bh.php`][] templates.
## Use
After installing [`bem-core`][] library you have to install
`bem-core-php` via bower:
```
bower install bem-core-php
```
## Inside
### Levels
- `common.blocks` — suited for any devices and browsers
- `desktop.blocks` — should be used for desktop browsers
- `touch.blocks` — implement some touch-platforms specifics
### Blocks
- `ua` — browser features detection
- `page` — html/head/body scaffold
## License
Code and documentation copyright 2012 YANDEX LLC. Code released under the [Mozilla Public License 2.0](LICENSE.txt).
[`bh.php`]: https://github.com/bem/bh-php
[`bem-core`]: https://github.com/bem/bem-core