edit file endings to look for
This commit is contained in:
parent
247fb2a581
commit
c83e162e14
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));
|
const spacing = tokensToTailwind(clampGenerator(spacingTokens.items));
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['./src/**/*.{html,js,jsx,mdx,md,njk,liquid,twig,vue}'],
|
content: ['./src/**/*.{html,js,md,njk,liquid,twig,webc}'],
|
||||||
presets: [],
|
presets: [],
|
||||||
theme: {
|
theme: {
|
||||||
screens: {
|
screens: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue