Skip to content

Commit

Permalink
Covert tailwind config to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 16, 2023
1 parent 043749a commit 492246f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tailwind.config.js → tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
const config = {
import type { Config } from 'tailwindcss';

const config: Config = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
Expand Down

0 comments on commit 492246f

Please sign in to comment.