expand tailwind content

This commit is contained in:
madrilene 2023-10-31 14:02:05 +01:00
parent 01504625ea
commit df5ac5f60b

View file

@ -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: {