UNPKG

@peace_node/core

Version:

Core design system with Tailwind CSS tokens, typography, and semantic styling

9 lines (8 loc) 230 B
/** @type {import('tailwindcss').Config} */ const { createStyledocConfig } = require('@styledoc/design-system'); module.exports = createStyledocConfig({ content: [ './index.html', './src/**/*.{js,ts,jsx,tsx}', ], });