edit file endings to look for

This commit is contained in:
madrilene 2023-12-11 12:45:52 +01:00
parent 247fb2a581
commit c83e162e14

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,md,njk,liquid,twig,vue}'],
content: ['./src/**/*.{html,js,md,njk,liquid,twig,webc}'],
presets: [],
theme: {
screens: {