Skip to content

Commit ecdb4d6

Browse files
authored
Merge pull request #2905 from codecrafters-io/update-tailwind-config-content-types
fix(config): include 'gts' files in Tailwind content paths
2 parents 9df9b3a + 345f99c commit ecdb4d6

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)