Skip to content

Commit 5999be0

Browse files
fix(ref: #129): enhancement
1 parent a0c9b6c commit 5999be0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tailwind.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { type Config } from 'tailwindcss';
2-
3-
const tailwindConfig: Config = {
1+
const tailwindConfig = {
42
content: ['./src/**/*.{html,scss,ts}'],
53
theme: {
64
extend: {

0 commit comments

Comments
 (0)