Skip to content

Commit

Permalink
chore(carbon-react): export style utilities, convert and z-index (#10603
Browse files Browse the repository at this point in the history
)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Feb 1, 2022
1 parent 2227e35 commit 5bf32f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/carbon-react/tasks/build-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,20 @@ async function build() {
},
],
},
{
type: 'directory',
filepath: 'utilities',
files: [
{
type: 'file',
filepath: '_convert.scss',
},
{
type: 'file',
filepath: '_z-index.scss',
},
],
},
],
};
const files = collect(styles);
Expand Down

0 comments on commit 5bf32f9

Please sign in to comment.