-
Hey Hugo. Could you share your preferred CSS naming convention (or scoping style, if that is even a term) and why? Feel free to elaborate as much as possible. :)
-
Add rule to verify name format:
- Selectors
- Variables
- Functions
- Mixins
-
@iteles have you decided on CSS guidelines?
https://en.bem.info/method/
-
Snake case violates common javascript code conventions.
Two of them are here: https://github.com/bem/bem-forms/blob/master/common.blocks/validation/_card/validation_card.vanilla.js (`wrong_length`, `l…
dragn updated
9 years ago
-
- [x] Incorporate Sass 3.3 features such as maps and provide a settings API for all Sass components
- [x] .editorconfig #4720
- [ ] Unit tests for Sass https://github.com/ericam/true
- [ ] Support bot…
-
Hi,
I want to enforce a modified BEM format and I do not find how using the regexp format.
Furthermore I want to only enforce selectors names and not variables or mixins names.
In the code I saw a "S…
-
I have an old legacy folder that has almost 9,000 SCSS errors. I want it excluded but the settings are not working. I've made sure the path is correct but the linter always runs on this file. Please h…
-
As this makes search for selectors quite a pain in most if not all editors.
As much as i like this approach it makes refactoring a bit of a nightmare.
-
We currently plan to release 0.10 at the end of this month (Sept 30th). Looks like we have a lot of issues marked for 0.10:
https://github.com/mne-tools/mne-python/milestones/0.10
How much time will…
-
It is likely to define a placeholder which also follows the hyphentated BEM Syntax. It would be great if the `convention` configuration option would additionally provide the `hyphernated_BEM`. To avo…