separate structure from style
Independent structure and style (skin) rules (Separate structure and skin)
.metadata{font-size:1.2em; text-align:left; margin:10px 0;}
.metadata{
font-size:1.2em;
margin:10px 0;
/**/
width:500px;
background-color:-sharpefefef;
color:-sharpfff;
}
We should not create style rules such as "border,width,height,background" for styles, otherwise it will cause misery when used in different containers
the basic component "meta data" created earlier becomes a specific component, which is difficult to reuse in other containers, thus losing our purpose of using OOCSS in the first place
. https://www.w3cplus.com/css/o.
is the desert"s description of the separate structure and style of oocss rules, but there is no clear distinction between what belongs to structure and what belongs to style (skin), so ask everyone