Revert early Select periphery code.
This commit is contained in:
parent
f7825eabe4
commit
e31d3b0578
14 changed files with 75 additions and 214 deletions
|
@ -321,5 +321,3 @@ export function setMatchMedia () {
|
|||
window.matchMedia = window.matchMedia || matchMediaPolyfill;
|
||||
}
|
||||
}
|
||||
|
||||
export const kebabJoin = (...args) => args.map(arg => `${arg}`).join('-');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue