expand tailwind content
This commit is contained in:
parent
01504625ea
commit
df5ac5f60b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const fontSize = tokensToTailwind(clampGenerator(textSizeTokens.items));
|
|||
const spacing = tokensToTailwind(clampGenerator(spacingTokens.items));
|
||||
|
||||
module.exports = {
|
||||
content: ['./src/**/*.{html,js,jsx,mdx,njk,twig,vue}'],
|
||||
content: ['./src/**/*.{html,js,jsx,mdx,md,njk,liquid,twig,vue}'],
|
||||
presets: [],
|
||||
theme: {
|
||||
screens: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue