Closed moeenio closed 4 years ago
@locness3 Ah, sorry, thought @Hexsphere already stated this, but we're using BEM.
ok
Reopening so @Scratch-Client-4/frontend can suggest if they prefer something else
Which one does Scratch use?
I'm not sure, I feel it depends on the page (project page, other page, or page that is in the old "style").
But I'm not sure Scratch is a good example to follow IMO
@micahlt I was only suggesting tools that I used. I think once we're ready to start coding we should make sure everyone's on the same page as far as what frameworks, methodologies, and architectures we use
@Hexsphere Ah, okay. Gotcha. I still support BEM, as it looks like it's the easiest to use and read.
I think BEM would be the best.
Haven't heard from anyone else- everyone good with closing this issue and staying with BEM?
The project uses the BEM CSS methodology, which makes classes follow a
block__element--modifier
pattern, where (quoting from the website):block
"Encapsulates a standalone entity that is meaningful on its own. While blocks can be nested and interact with each other, semantically they remain equal; there is no precedence or hierarchy."element
"[are] parts of a block and have no standalone meaning. Any element is semantically tied to its block."modifier
"[are] flags on blocks or elements. Use them to change appearance, behavior or state."Alternatives are :
Do you prefer any other than BEM @Scratch-Client-4/frontend ?