-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
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:
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request