项目作者: AbhayPai

项目描述 :
Application created with intention to detect the speakers connected to device.
高级语言: JavaScript
项目地址: git://github.com/AbhayPai/app-detect-speakers.git
创建时间: 2019-08-30T01:35:50Z
项目社区:https://github.com/AbhayPai/app-detect-speakers

开源协议:

下载


Detect Speakers

Detect Speakers

Rules followed in this Project.

1. SCSS Rules

1.1 Folder architecture of scss is based on SMACSS viz.

  • Base.
  • Layout.
  • Module.
  • State.
  • Page (Root file viz. custom made ) (which may or may not contains above all scss file) (inspiration from ITCSS).

1.2 All SCSS files from above architecture directory must follow:

  • One class must do one thing properly.
  • BEM seperator for class defining. eg(.navbar—logo__link)
  • Object oriented CSS selector. OOCSS
  • Avoid styling using id.
  • Avoid using element selector directly.
  • Avoid deep selector (not greater than 3).

Concept Explanation.