Skip to content

Commit 345f99c

Browse files
committed
fix(config): include 'gts' files in Tailwind content paths
1 parent 9df9b3a commit 345f99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const colors = require('tailwindcss/colors');
55

66
module.exports = {
7-
content: [`./app/**/*.{html,js,ts,hbs}`],
7+
content: [`./app/**/*.{html,js,ts,hbs,gts}`],
88
safelist: {
99
standard: [
1010
'inline', // Used by SVG stuff

0 commit comments

Comments
 (0)