mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00

* 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
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