Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Code convention

Kimi Gao edited this page Aug 20, 2018 · 7 revisions

CSS Style

  • Yandex BEM Style
  • The structure of the BEM follows the pattern:
    • block-name_modifier-name
    • block-name__element-name_modifier-name
  • Use prefixCls variable in js and prefix-cls variable in less
Clone this wiki locally