Files
Ross Gerbasi 147a6090e4 refactor(theming): alpha color refactor and theme cleanup (#14161)
* Cleanup for iOS mode used in material variables
Refactor to alpha variables for colors in the color map
updated theme builder with new alpha variables
updated theme builder with duplicate default CSS modes

* moved alpha transform into css-var
removed ion-color-alpha
fixes for disabled css-variable mode
added defaults for user configurable variables

* revert to spinner related code
2018-03-15 11:53:48 -04:00
..

Theme Builder

CD to core package:

cd core

Pull latest:

git pull --rebase

NPM Install

npm install

Run Theme Builder

npm run theme-builder

Open Theme Builder App

http://localhost:3333/theme-builder

Github App: Commit CSS changes using this format:

feat(theme): create oceanic theme
refactor(theme): update default theme

Pull the latest again for good measure:

git pull --rebase

Github App: Push to Origin