Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 567 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 567 Bytes

This project was bootstrapped with Create React App.

Description

ReactJS Example switching css4-vars something like this:

:root {
   --background-primary: $color-eastbay;
   --text-primary:       $color-gray1;
}

Browser Support

To support IE11 we have to use the css-vars-ponyfill npm package.

Todo

  • add saving user settings, maybe use localstorage
  • add useful themenames instead numbers [Check feature/get-theme-by-name branch]
  • add (background)image handling
  • add errorhandling