Skip to content
Snippets Groups Projects
Commit 9ef60cf6 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: include ts files in tailwind class generation strategy

parent e9850cab
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ const plugin = require('tailwindcss/plugin')
module.exports = {
prefix: 'tw-',
content: ['./src/**/*.{js,vue}'],
content: ['./src/**/*.{js,ts,vue}'],
important: true,
corePlugins: {
preflight: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment