-
Hi,
I need to use the FA in the projects that are being developed according to [BEM methodology](https://en.bem.info/methodology/quick-start/). I need the special assembly of the FA styles with the…
-
Grade: Needs Improvement
Summary: You have a good start to the project here, but you need to do some more work. You used some good techniques. Take a look at the issues I created as they will point…
-
I noticed weird behaviour when naming my CSS classes with BEM-naming convention, using & and double hyphens. When naming my classes in a following way
`.foo {
&__bar {
&--baz { }
}
}`
…
egesd updated
2 years ago
-
Grade: Satisfactory
Summary: Good job on this project, the site looks pretty good. You used some good techniques and kept your code well organized. Take a look at the issues I created for some best…
-
It would be nice to refactor our styles so they are more maintainable and reusable. A few considerations for this:
* Introduce a naming convention such as BEM
* Organise styles into components
* …
-
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Why `.bemconf.js`?
-
-
I have some suggestions for our styling to improve the maintainability of it.
- Don't nest deeply (don't depend on nesting too much for styling). A good article about this is for example [this one](ht…
ghost updated
9 years ago
-
We adhere to a styleguide for writing javascript - do we want to adhere to one for writing CSS?
There are a few competing philosophies right now regarding CSS naming conventions. For example: [block …
-
Hello!
I have problem with newest version of this loader.
Loader working great, but dont generate "export default locals;" string.
```css
export interface IMonitoringHeaderModuleScss {
'h…