const themeConfig = require('./app/theme.config.coffee'); module.exports = { content: [ "./app/**/*.{pug,coffee,styl}", "./src/**/*.{html,js,vue}" ], darkMode: 'class', theme: { extend: { colors: themeConfig.colors, fontFamily: themeConfig.typography.fonts, fontSize: themeConfig.typography.sizes, fontWeight: themeConfig.typography.weights, spacing: themeConfig.spacing, borderRadius: themeConfig.borderRadius, boxShadow: themeConfig.shadows }, }, plugins: [], }