Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit f80ac92

Browse files
kvizcarracopybara-github
authored andcommitted
chore(theme): Delete unused function
PiperOrigin-RevId: 630027953
1 parent 4b35cb7 commit f80ac92

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/mdc-theme/_map-ext.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,3 @@
124124
}
125125
@return $out;
126126
}
127-
128-
/// Useful to avoid typos in the key string when accessing a map where the
129-
/// key is expected to exist.
130-
///
131-
/// @param {Map} $map - the map that contains the key.
132-
/// @param {String} $key - the key the value of which we want to retrieve.
133-
@function get($map, $key) {
134-
@if not map.has-key($map, $key) {
135-
@error 'Key #{$key} expected but not found in argument map.';
136-
}
137-
138-
@return map.get($map, $key);
139-
}

0 commit comments

Comments
 (0)