yazninja/iTheme

Organize Selectors

Closed this issue · 0 comments

Basic structure

#app
 - default theme variables (perrably dark)
 - modals/popup global changes
#app-main
 - app main compontnts global changes

@media light
 #app
  -light theme variables
  -light modal/popup changes (might use variable instead of repetative code)
 #app-main
   - app main light component changes

@media dark
 #app
  -dark theme variables
  -dark modal/popup changes
 #app-main
   - app main dark component changes

Addtional Tasks

  • combine and clustetize selectors out to in following structure of app
  • add helpful comments for code review
  • add support for redmond