Add the ls- class name for all components. This prefix was adopted as a standard and newer components have applied it; however, older components do not use the prefix.
Class names should use the following naming convention. They should:
use kebab case, e.g. this-is-kebab-case
be prefixed with ls-, i.e. for LeanStacks
use the component name as the base class for the outermost block of the component
extend the base class name for inner components
For example, the Header component should have the class ls-header on the outermost block element. The title block within the header should use class name ls-header-title.
Description
Add the
ls-
class name for all components. This prefix was adopted as a standard and newer components have applied it; however, older components do not use the prefix.Class names should use the following naming convention. They should:
this-is-kebab-case
ls-
, i.e. for LeanStacksFor example, the
Header
component should have the classls-header
on the outermost block element. The title block within the header should use class namels-header-title
.