-
Add class for canvas will help with BEM methodology:
``` html
73%
```
``` css
.c-chart-pie {
height: 110px;
line-height: 110px;
position: relative;
text-align: center;
width: 110px;
}
…
-
We need to add appropriate CSS class names to the blocks following the BEM (Block Element Modifier) methodology. This will help make our code more structured, readable, and easier to maintain.
The …
-
# Story
As a developer of the Synergy Design System, I would like to have a proper guideline for CSS structuring.
# Acceptance criteria
- [ ] All DoD items successfully completed
- [ ] Add guidelin…
-
https://ru.bem.info/methodology/quick-start/#%D0%9C%D0%BE%D0%B4%D0%B8%D1%84%D0%B8%D0%BA%D0%B0%D1%82%D0%BE%D1%80
В содержании не работают якорные ссылки
-
Inspired by Drupal issue: https://www.drupal.org/project/drupal/issues/2916377
## Description of the need
Escaped characters in CSS classes are valid. Several popular CSS/Sass libraries use esca…
-
Причем, к примеру, https://ru.bem.info/methodology/css/#dry работает, а https://ru.bem.info/methodology/css/#%D0%9C%D0%B8%D0%BA%D1%81%D1%8B - нет. Как видно из ссылки, возможно дело в кодировке, https…
-
На страницах https://ru.bem.info/methodology/key-concepts и https://ru.bem.info/methodology/quick-start/
К примеру, кликаю на «Модификатор» в блоке Содержание, ожидаю что проскроллит к «Модификатор…
-
It would be great if you used BEM class names.
[Методология БЭМ](https://ru.bem.info/methodology/)
[BEM Methodology](https://en.bem.info/methodology/)
zoxon updated
8 years ago
-
Hi Kate :)
I have checked HW3-CSS
**Task 1. Calendar**
1. `Calendar` for block name is better that `calendar-section`. Block name should describe the block
2. Two element name in one tag, and el…
-
### Idea Contribution
- [X] I have read all the feature request issues.
- [X] I'm interested in working on this issue
- [X] I'm part of GSSOC organization
### Explain feature request
I see the webs…