-
Olá Maike, tudo bem?
Identifiquei probleminha no CSS do container, onde é exibida a Scrollbar por conta da margin:
![image](https://github.com/maykbrito/devlinks/assets/1790991/a144fce7-af41-44a…
-
### 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…
-
## Bug report
According to the [Block-Element-Modifier](http://getbem.com/naming/) documentation, modifiers should not be used without a block.
### Additional context
In the context of an elevati…
-
I use some classe names with double dashes, like `entry--logo`.
Actually it is the syntax wI choosed to follow [BEM](http://www.alsacreations.com/article/lire/1641-bonnes-pratiques-en-css-bem-et-oocs…
-
Does Mantra have a preferred CSS convention?
- [BEM - Block Element Modifier](https://en.bem.info/articles/why-bem-in-a-nutshell/)
- [SMACSS - Scalable and Modular Architecture for CSS](https://smacss…
-
Добрый вечер!
Пытаюсь собрать в один файл стили своих компонентов и стили в *.post.css-файлах из bem-components.
Как понимаю, для этого нужна технология enb-postcss, которую я беру отсюда: https://g…
-
Hi, some time ago jQuery team asked us about BEM, and we cleared a lot of points for them. Answers are quite useful, so we decided to publish them free.
### 1. How easily is BEM kept maintainable long…
-
Noticed that BEM style css modifiers could be a lot smoother if there was a solid straight line for the '--' character combination.
-
Сейчас на вход билдера подаётся объект с тагретами. Но если разбивать gulpfile на таски - это не совсем удобно.
```js
// Сборка стилей
gulp.task('build:css', () => {
return bundler('bem/bundle…
-
Hi,
I'm using the (S)CSS modules approach with a BEM naming convention (block--modifier)
The following error message appears : "Unknown class name "header--shrunk"" .
Code works fine and CS…