This file is about the different conventions used in the project.
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;