Weiß jemand ob Shopware beim CSS/Less-Code in ihren eigenen Themes (Bare, Responsive) einer bestimmten Konvention folgt?
Man findet häuftig innerhalb von CSS-Klassenselektoren Untertrennungen mit „–“.
Ich dachte es ist vielleicht die Guideline BEM, aber da kein „__“ verwendet wird ist das wohl eher nicht der Fall.
Beim Feature Overview im Theme Startup Guide steht ein bißchen was:
State of the art technologies - bower as the package manager for third-party components - Feature detection using Modernizr - Pure CSS responsive grid system using PocketGrid- jQuery 2.1.11 included - CSS3 Animations with a jQuery fallback using jQuery Transit - Scalable icon set with 295 pre defined icons
There are quite a few guides and principles how you should write your CSS code. Two of the most popular ones are BEM & SMACSS. Our guidelines are based on these two. We took the best parts of them and modified them to our needs.