UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

13 lines (11 loc) 172 B
const path = require("path") module.exports = { content: [ path.resolve(__dirname, "./**/*.{html,liquid}") ], theme: { extend: {} }, plugins: [] }