Skip to content
Snippets Groups Projects
Commit 8e54e586 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra
Browse files

update readme with naming convention

parent ca8057da
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -67,7 +67,13 @@ As design files are mostly binary files, merge conflicts can easily get stuck in
 
### Layers & Groups (inside Sketch)
 
- Try to adhere to [BEM naming convention](http://getbem.com/naming/) like so: block--element-modifier
- Try to adhere to [BEM naming convention](http://getbem.com/naming/) like so: block-element__modifier
Example:
- `navigation-1__project`
- if you need to add the modifier, you can: `navigation-1__project--issues`
 
*[Issue for Layer/Group Naming Convention Discussion](https://gitlab.com/gitlab-org/gitlab-design/issues/13)*
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment