Skip to content

Commit 35d66d2

Browse files
added missing 11ty vite files to postcss config
Signed-off-by: Natalia Luzuriaga <[email protected]>
1 parent 0235cbf commit 35d66d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/postcss.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ module.exports = {
1111
"./site/**/*.html",
1212
"./site/**/*.md",
1313
"./src/**/*.js",
14+
"./.11ty-vite/**/*.html",
15+
"./.11ty-vite/**/*.js"
1416
],
1517
safelist: ["usa-js-loading"],
1618
extractors: [

0 commit comments

Comments
 (0)