Skip to content

Commit

Permalink
fixup! feat(material-experimental/theming): provide hook for formatti…
Browse files Browse the repository at this point in the history
…ng tokens internally
  • Loading branch information
wagnermaciel committed Feb 28, 2024
1 parent 0f56cf6 commit 4f04f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/material-experimental/theming/_format-tokens.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT REMOVE
// This function is used internally.
@function format($systems) {
@function private-internal-format($systems) {
@return $systems;
}
2 changes: 1 addition & 1 deletion src/material-experimental/theming/_m3-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@

// DO NOT REMOVE
// This function is used internally.
$systems: format-tokens.format($systems);
$systems: format-tokens.private-internal-format($systems);

// TODO(mmalerba): Refactor this to not depend on the legacy theme when moving out of
// material-experimental. This is a hack for now because there is no good way to get the token
Expand Down

0 comments on commit 4f04f4f

Please sign in to comment.