CSS BEM
Block, Element, Modifier
https://en.bem.info/methodology/quick-start/
BEM
/* Block component */
.btn {}
/* Element that depends upon the block */
.btn__price {}
/* Modifier that changes the style of the block */
.btn--orange {}
.btn--big {}
https://en.bem.info/tutorials/
https://css-tricks.com/bem-101/
https://css-tricks.com/sass-style-guide/
CSS Modules
https://www.cnblogs.com/xgqfrms/p/9139346.html
CSS Architecture
https://sass-guidelin.es/#architecture
https://github.com/ikkou/awesome-css#architecture
http://getbem.com/introduction/
http://webuild.envato.com/blog/how-to-scale-and-maintain-legacy-css-with-sass-and-smacss/
refs
https://github.com/xgqfrms-GitHub/Sass/tree/master/Tutorial#伪类-hover-伪元素before--after
©xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!