Skip to content

Commit e80b9ab

Browse files
authored
Merge pull request #369 from adeel26in/main
Duplicate purge in tailwind.config.ts
1 parent a1b1105 commit e80b9ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tailwind.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('tailwindcss').Config} */
22
export default {
3-
purge: [],
43
purge: ['./src/renderer/index.html', './src/renderer/**/*.{vue,js,ts,jsx,tsx}'],
54
darkMode: false, // or 'media' or 'class'
65
theme: {

0 commit comments

Comments
 (0)