From 1355480f4e81fde4aec7dfa4d40a3bbd6f801347 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 10 Dec 2023 19:07:45 +0100 Subject: [PATCH] typograpghy: use require again --- tools/typography.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/typography.js b/tools/typography.js index 5ae541f..fcb9be1 100644 --- a/tools/typography.js +++ b/tools/typography.js @@ -1,5 +1,5 @@ -import Typography from 'typography' -import { writeFile } from 'fs' +const Typography = require('typography') +const { writeFile } = require('fs') const TYPOGRAPHY_CSS_FILEPATH = './src/assets/css/typography.css'