CSS
Methodologies
BEM
You know.
RSCSS
- RSCSS (opens in a new tab)
- "Reasonable System for CSS Stylesheet Structure."
- "RSCSS pretty much follows BEM conventions, only with a different syntax." -- https://rstacruz.github.io/rscss/other-resources.html (opens in a new tab)
- 2023-11-18 Checked.
- Uses
docpress
(opens in a new tab) to generate the website. Looks neat. - As far as I know, BEM does not require (or recommend) using 2 word names for blocks.
They used
menu
as a block name in their examples.
Tailwind CSS
-
v0.dev (opens in a new tab) (by Vercel) generates Tailwind code.
Learning
END.