Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
feat(elements): add icons scss support (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Apr 1, 2019
1 parent 48f0b1b commit d47d12f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"dependencies": {
"@carbon/colors": "10.0.0",
"@carbon/grid": "10.0.0",
"@carbon/icons": "10.0.0",
"@carbon/import-once": "10.0.0",
"@carbon/layout": "10.0.0",
"@carbon/motion": "10.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/elements/scss/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
@import './themes/themes';
@import './layout/layout';
@import './grid/grid';
@import './icons/icons';
@import './type/type';
@import './motion/motion';
1 change: 1 addition & 0 deletions packages/elements/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
@import '@carbon/themes/scss/themes';
@import '@carbon/layout/scss/layout';
@import '@carbon/grid/scss/grid';
@import '@carbon/icons/scss/icons';
@import '@carbon/type/scss/type';
@import '@carbon/motion/scss/motion';

0 comments on commit d47d12f

Please sign in to comment.