diff --git a/demo/app/components/icon-button/icon-button.module.ts b/demo/app/components/icon-button/icon-button.module.ts index 764c8c6b2..5c25266b1 100644 --- a/demo/app/components/icon-button/icon-button.module.ts +++ b/demo/app/components/icon-button/icon-button.module.ts @@ -1,5 +1,6 @@ import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; +import { FlexLayoutModule } from '@angular/flex-layout'; import { TsButtonModule } from '@terminus/ui/button'; import { TsCardModule } from '@terminus/ui/card'; import { TsIconButtonModule } from '@terminus/ui/icon-button'; @@ -12,6 +13,7 @@ import { IconButtonComponent } from './icon-button.component'; @NgModule({ imports: [ CommonModule, + FlexLayoutModule, IconButtonRoutingModule, TsButtonModule, TsCardModule, diff --git a/terminus-ui/expansion-panel/src/expansion-panel.component.scss b/terminus-ui/expansion-panel/src/expansion-panel.component.scss index 1d586a122..693feeecf 100644 --- a/terminus-ui/expansion-panel/src/expansion-panel.component.scss +++ b/terminus-ui/expansion-panel/src/expansion-panel.component.scss @@ -1,8 +1,8 @@ -@import './../../scss/helpers/color'; -@import './../../scss/helpers/spacing'; @import './../../scss/helpers/a11y'; @import './../../scss/helpers/animation'; +@import './../../scss/helpers/color'; @import './../../scss/helpers/shadows'; +@import './../../scss/helpers/spacing'; .ts-expansion-panel {