Configure tailwind-jit for sub-apps as well

This commit is contained in:
Michael Klein 2022-10-06 12:11:26 +02:00
parent 961d0179c7
commit 8c0aa57bd2
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function colorMapFromTokens(tokensPath) {
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./app/**/*.{html,js,hbs,mdx}', './docs/**/*.{html,js,hbs,mdx}'],
content: ['../**/*.{html.js,hbs,mdx}'],
theme: {
colors: colorMapFromTokens(
'../../node_modules/@hashicorp/design-system-tokens/dist/products/css/tokens.css'