UNPKG

@peace_node/core

Version:

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

11 lines (10 loc) 337 B
/** @type {import('tailwindcss').Config} */ const { createStyledocConfig } = require('@styledoc/design-system'); module.exports = createStyledocConfig({ content: [ './pages/**/*.{js,ts,jsx,tsx,mdx}', './components/**/*.{js,ts,jsx,tsx,mdx}', './app/**/*.{js,ts,jsx,tsx,mdx}', './src/**/*.{js,ts,jsx,tsx,mdx}', ], });