Configure tailwind-jit for sub-apps as well
This commit is contained in:
parent
961d0179c7
commit
8c0aa57bd2
|
@ -34,7 +34,7 @@ function colorMapFromTokens(tokensPath) {
|
||||||
|
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['./app/**/*.{html,js,hbs,mdx}', './docs/**/*.{html,js,hbs,mdx}'],
|
content: ['../**/*.{html.js,hbs,mdx}'],
|
||||||
theme: {
|
theme: {
|
||||||
colors: colorMapFromTokens(
|
colors: colorMapFromTokens(
|
||||||
'../../node_modules/@hashicorp/design-system-tokens/dist/products/css/tokens.css'
|
'../../node_modules/@hashicorp/design-system-tokens/dist/products/css/tokens.css'
|
||||||
|
|
Loading…
Reference in New Issue