Skip to content

Commit

Permalink
adds display helper to accordion styles
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchristopherbrady committed Feb 16, 2023
1 parent 8c2dd51 commit 11b3852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/web-components/src/accordion/accordion.styles.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { css } from '@microsoft/fast-element';
import { display } from '@microsoft/fast-foundation';

export const styles = css`
${display('flex')}
:host {
display: flex;
flex-direction: column;
width: 100%;
}
Expand Down

0 comments on commit 11b3852

Please sign in to comment.