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'