4.theme configuration

Preview:

Citation preview

Theme Configuration

kalen.lee@takit.biz0505-170-3636www.takit.biz

theme 적용방법• 전체 적용 : app.scss 에 추가함• page 별 적용 : 각 페이지별 scss

• ionic css override: src/theme/variables.scss 에 추가함

http://ionicframework.com/docs/v2/theming/overriding-ionic-variables/ 제공되지 않는 ionic component 의 css 를 수정하고 싶을시 직접 수정필요함node_modules/ionic-angular/components

theme 검증• ionic-serve 실행

http://localhost:8100/?ionicPlatform=mdhttp://localhost:8100/?ionicPlatform=ios

Recommended