fix: remove unused code
This commit is contained in:
parent
91bf9a1d7b
commit
320b933c04
6 changed files with 16 additions and 35 deletions
|
@ -1,6 +1,8 @@
|
|||
const { getFontUrl } = require("../../config/utils");
|
||||
const path = require("path").posix;
|
||||
const fonts = require("../../config/design-tokens/fonts.json");
|
||||
|
||||
const getFontUrl = (src) => path.join("/assets/fonts", src);
|
||||
|
||||
const fontsToCss = (fonts) => {
|
||||
return Object.entries(fonts).reduce((css, [, fontProperties]) => {
|
||||
const family = fontProperties.family;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue