Skip to content

Commit

Permalink
feat(tools/tokens): enable tokens export based on parameters (#1189)
Browse files Browse the repository at this point in the history
Resolves #996
  • Loading branch information
tiloyi committed May 9, 2023
1 parent ab10a3f commit d152365
Show file tree
Hide file tree
Showing 8 changed files with 216 additions and 403 deletions.
5 changes: 5 additions & 0 deletions mozaic.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
tokens: {
platforms: ['css', 'js'],
},
}
4 changes: 0 additions & 4 deletions packages/styles/components/_c.stepper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,7 @@
}

&__icon {
fill: $color-stepper-icon;
max-width: 100%;
}

&__detail {
@include set-font-scale("04", "m");

color: $color-font-light;
Expand Down
18 changes: 0 additions & 18 deletions packages/tokens/build/android/font_dimens.xml

This file was deleted.

69 changes: 0 additions & 69 deletions packages/tokens/build/ios/StyleDictionarySize.h

This file was deleted.

70 changes: 0 additions & 70 deletions packages/tokens/build/ios/StyleDictionarySize.m

This file was deleted.

71 changes: 0 additions & 71 deletions packages/tokens/build/ios/StyleDictionarySize.swift

This file was deleted.

Loading

0 comments on commit d152365

Please sign in to comment.