Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 583 Bytes

conventions.md

File metadata and controls

12 lines (7 loc) · 583 Bytes

Convention

This file is about the different conventions used in the project.

Naming

Urls are the same as the name of the page components in pages folder in the root directory of the project.

For element class names in the project used convention is Suit naming convention. examples: SideBar , SideBar-header, SideBar--dark,

Variables name in sass are in camel case for css property and the adjective added to the propery with a -. Example: fontSize-heading1: 4rem; If variable has different manner, the manner should be add after --. Example: fontSize-title--large: 1.2rem;