getbem.github.io icon indicating copy to clipboard operation
getbem.github.io copied to clipboard

Get BEM to all people in simplest way

Results 110 getbem.github.io issues
Sort by recently updated
recently updated
newest added

ToC – is table of contents, that helps navigation on big documents. - Visual example: https://afeld.github.io/bootstrap-toc/ - [`remark-toc`](https://github.com/remarkjs/remark-toc) can be useful for this

help wanted

Something like this: https://tailwindui.com/components/application-ui/navigation/navbars (but with astro and solidjs). - https://github.com/lxsmnsyc/solid-headless

help wanted

With `mdx` we now can use real elements in examples and (with custom code elements) dynamic code fragments, that can instantly display changes inside them.

help wanted

Somehow [`theme`](https://github.com/getbem/getbem.github.io/blob/master/astro.config.mjs#L30) is not affects code blocks on index page.

bug
help wanted

See https://www.defined.net/blog/internationalizing-docs-pages-with-astro/

help wanted

For now all classes are inlined into html markdown, but they should be extracted in BEM classes instead.

help wanted

> Holistic entities without DOM representation (such as controllers or models) can be blocks as well. I can't understand what the meaning of "Holistic entities without DOM representation", any example?

We're using BEM and love it! πŸ’œ

For example, if you have: ```html ``` Now I want to have a bigger `h1` for the variant `article--featured`. 1. Should I add the class `article__title--featured` to `h1` if I...